#A811E6

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

Shades of Dark Violet #A811E6

Tints of Dark Violet #A811E6

Color information

#A811E6 (or 0xA811E6) is unknown color: approx Dark Violet. HEX triplet: A8, 11 and E6. RGB value is (168,17,230). Sum of RGB (Red+Green+Blue) = 168+17+230=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #A811E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811E6 is #57EE19. Grayscale: #555555. Windows color (decimal): -5762586 or 15077800. OLE color: 15077800.

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

Color convert

RGB16817230-
CMYK0.270.9300.10
HSL282.54º86.23%48.43%-
HSV(B)282.54º92.61%90.2%-
XYZ30.6314.4476.04-
YUV86.43209.03186.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 17 (7.03% from 255) = 4.10%
BLUE value IS 230 (90.23% from 255) = 55.42%
R=40.48%
G=4.10%
B=55.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal168172300.270.9300.10282.5486.2348.43
HexA811E61B5D0A11b5630
Octal250213463313501243312660
Binary101010001000111100110110111011101010101000110111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A811E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A811E6; }

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

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

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

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

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

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

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

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