#a81ae6

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

Shades of Blue Violet #A81AE6

Tints of Blue Violet #A81AE6

Color information

#A81AE6 (or 0xA81AE6) is unknown color: approx Blue Violet. HEX triplet: A8, 1A and E6. RGB value is (168,26,230). Sum of RGB (Red+Green+Blue) = 168+26+230=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #A81AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AE6 is #57E519. Grayscale: #5B5B5B. Windows color (decimal): -5760282 or 15080104. OLE color: 15080104.

HSL color Cylindrical-coordinate representation of color #A81AE6: hue angle of 281.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81AE6 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16826230-
CMYK0.270.8900.10
HSL281.76º80.31%50.2%-
HSV(B)281.76º88.7%90.2%-
XYZ30.814.7876.09-
YUV91.71206.04182.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 26 (10.55% from 255) = 6.13%
BLUE value IS 230 (90.23% from 255) = 54.25%
R=39.62%
G=6.13%
B=54.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal168262300.270.8900.10281.7680.3150.2
HexA81AE61B590A11a5032
Octal250323463313101243212062
Binary101010001101011100110110111011001010101000110101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81ae6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81ae6; }

 p { color: rgb(168,26,230); }

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

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

 a { background-color: rgb(168,26,230); }

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

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

 span { border-color: rgb(168,26,230); }

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