#A81FF0

Color #A81FF0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A81FF0

Tints of Blue Violet #A81FF0

Color information

#A81FF0 (or 0xA81FF0) is unknown color: approx Blue Violet. HEX triplet: A8, 1F and F0. RGB value is (168,31,240). Sum of RGB (Red+Green+Blue) = 168+31+240=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #A81FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FF0 is #57E00F. Grayscale: #5F5F5F. Windows color (decimal): -5758992 or 15736744. OLE color: 15736744.

HSL color Cylindrical-coordinate representation of color #A81FF0: hue angle of 279.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81FF0 is Cyan = 0.3, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16831240-
CMYK0.30.8700.06
HSL279.33º87.45%53.14%-
HSV(B)279.33º87.08%94.12%-
XYZ32.3715.683.74-
YUV95.79209.39179.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 31 (12.5% from 255) = 7.06%
BLUE value IS 240 (94.14% from 255) = 54.67%
R=38.27%
G=7.06%
B=54.67%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal168312400.30.8700.06279.3387.4553.14
HexA81FF01E57061175735
Octal25037360361270642712765
Binary10101000111111111000011110101011101101000101111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81FF0; }

 p { color: rgb(168,31,240); }

 H1.HeaderClassName
 {
   color: #A81FF0;
 }
 .AnyTagClassName
 {
   color: #A81FF0;
 }
</style>
background-color css

<style>
 a { background-color: #A81FF0; }

 a { background-color: rgb(168,31,240); }

 div.DivClassName
 {
   background-color: #A81FF0;
 }
 .BgClassName
 {
   background-color: #A81FF0;
 }
</style>
border-color css

<style>
 span { border-color: #A81FF0; }

 span { border-color: rgb(168,31,240); }

 td.TdClassName
 {
   border-color: #A81FF0;
 }
 .TagClassName
 {
   border-color: #A81FF0;
 }
</style>