Shades of Dark Violet #A006E6
Tints of Dark Violet #A006E6
RGB
CMYK
RGB Variations
Color information
#A006E6 (or 0xA006E6) is known color: 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
| RGB | 160 | 6 | 230 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.10 |
| HSL | 281.25º | 0.95% | 0.46% | - |
| HSV(B) | 281.25º | 0.97% | 0.9% | - |
| XYZ | 28.85 | 13.32 | 75.91 | - |
| YUV | 77.58 | 214.02 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 230 | 0.30 | 0.97 | 0 | 0.10 | 281.25 | 0.95 | 0.46 |
| Hex | A0 | 6 | E6 | 1E | 61 | 0 | A | 119 | 5F | 2E |
| Octal | 240 | 6 | 346 | 36 | 141 | 0 | 12 | 431 | 137 | 56 |
| Binary | 10100000 | 110 | 11100110 | 11110 | 1100001 | 0 | 1010 | 100011001 | 1011111 | 101110 |
Color Harmonies of #A006E6
Complementary color
Monochromatic Colors of #A006E6
Black with #A006E6
Text Example
Text Example
White with #A006E6
Text Example
Text Example
HTML Codes & Css Web 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>