Shades of Dark Violet #A005E6
Tints of Dark Violet #A005E6
RGB
CMYK
RGB Variations
Color information
#A005E6 (or 0xA005E6) is known color: Dark Violet. HEX triplet: A0, 05 and E6. RGB value is (160,5,230). Sum of RGB (Red+Green+Blue) = 160+5+230=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #A005E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005E6 is #5FFA19. Grayscale: #4C4C4C. Windows color (decimal): -6289946 or 15074720. OLE color: 15074720.
HSL color Cylindrical-coordinate representation of color #A005E6: hue angle of 281.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005E6 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 5 | 230 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.10 |
| HSL | 281.33º | 0.96% | 0.46% | - |
| HSV(B) | 281.33º | 0.98% | 0.9% | - |
| XYZ | 28.83 | 13.3 | 75.91 | - |
| YUV | 77 | 214.35 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 230 | 0.30 | 0.98 | 0 | 0.10 | 281.33 | 0.96 | 0.46 |
| Hex | A0 | 5 | E6 | 1E | 62 | 0 | A | 119 | 60 | 2E |
| Octal | 240 | 5 | 346 | 36 | 142 | 0 | 12 | 431 | 140 | 56 |
| Binary | 10100000 | 101 | 11100110 | 11110 | 1100010 | 0 | 1010 | 100011001 | 1100000 | 101110 |
Color Harmonies of #A005E6
Complementary color
Monochromatic Colors of #A005E6
Black with #A005E6
Text Example
Text Example
White with #A005E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005E6; }
p { color: rgb(160,5,230); }
H1.HeaderClassName
{
color: #A005E6;
}
.AnyTagClassName
{
color: #A005E6;
}
</style>
background-color css
<style>
a { background-color: #A005E6; }
a { background-color: rgb(160,5,230); }
div.DivClassName
{
background-color: #A005E6;
}
.BgClassName
{
background-color: #A005E6;
}
</style>
border-color css
<style>
span { border-color: #A005E6; }
span { border-color: rgb(160,5,230); }
td.TdClassName
{
border-color: #A005E6;
}
.TagClassName
{
border-color: #A005E6;
}
</style>