#A81DE8

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

Shades of Blue Violet #A81DE8

Tints of Blue Violet #A81DE8

Color information

#A81DE8 (or 0xA81DE8) is unknown color: approx Blue Violet. HEX triplet: A8, 1D and E8. RGB value is (168,29,232). Sum of RGB (Red+Green+Blue) = 168+29+232=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #A81DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DE8 is #57E217. Grayscale: #5D5D5D. Windows color (decimal): -5759512 or 15211944. OLE color: 15211944.

HSL color Cylindrical-coordinate representation of color #A81DE8: hue angle of 281.08º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81DE8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16829232-
CMYK0.280.8800.09
HSL281.08º81.53%51.18%-
HSV(B)281.08º87.5%90.98%-
XYZ31.1515.0377.6-
YUV93.7206.05180.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 29 (11.72% from 255) = 6.76%
BLUE value IS 232 (91.02% from 255) = 54.08%
R=39.16%
G=6.76%
B=54.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168292320.280.8800.09281.0881.5351.18
HexA81DE81C58091195233
Octal250353503413001143112263
Binary101010001110111101000111001011000010011000110011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81DE8; }

 p { color: rgb(168,29,232); }

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

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

 a { background-color: rgb(168,29,232); }

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

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

 span { border-color: rgb(168,29,232); }

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