#A006E6

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

Shades of Dark Violet #A006E6

Tints of Dark Violet #A006E6

Color information

#A006E6 (or 0xA006E6) is unknown color: approx Dark Violet. HEX triplet: A0, 06 and E6. RGB value is (160,6,230). Sum of RGB (Red+Green+Blue) = 160+6+230=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #A006E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A006E6 is #5FF919. Grayscale: #4C4C4C. Windows color (decimal): -6289690 or 15074976. OLE color: 15074976.

HSL color Cylindrical-coordinate representation of color #A006E6: hue angle of 281.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006E6 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1606230-
CMYK0.300.9700.10
HSL281.25º94.92%46.27%-
HSV(B)281.25º97.39%90.2%-
XYZ28.8513.3275.91-
YUV77.58214.02186.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 6 (2.73% from 255) = 1.52%
BLUE value IS 230 (90.23% from 255) = 58.08%
R=40.40%
G=1.52%
B=58.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16062300.300.9700.10281.2594.9246.27
HexA06E61E610A1195f2e
Octal24063463614101243113756
Binary1010000011011100110111101100001010101000110011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A006E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A006E6; }

 p { color: rgb(160,6,230); }

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

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

 a { background-color: rgb(160,6,230); }

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

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

 span { border-color: rgb(160,6,230); }

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