Shades of Dark Violet #A003E6
Tints of Dark Violet #A003E6
RGB
CMYK
RGB Variations
Color information
#A003E6 (or 0xA003E6) is known color: Dark Violet. HEX triplet: A0, 03 and E6. RGB value is (160,3,230). Sum of RGB (Red+Green+Blue) = 160+3+230=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #A003E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003E6 is #5FFC19. Grayscale: #4B4B4B. Windows color (decimal): -6290458 or 15074208. OLE color: 15074208.
HSL color Cylindrical-coordinate representation of color #A003E6: hue angle of 281.5º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003E6 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 3 | 230 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.10 |
| HSL | 281.5º | 0.97% | 0.46% | - |
| HSV(B) | 281.5º | 0.99% | 0.9% | - |
| XYZ | 28.81 | 13.25 | 75.9 | - |
| YUV | 75.82 | 215.01 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 230 | 0.30 | 0.99 | 0 | 0.10 | 281.5 | 0.97 | 0.46 |
| Hex | A0 | 3 | E6 | 1E | 63 | 0 | A | 119 | 61 | 2E |
| Octal | 240 | 3 | 346 | 36 | 143 | 0 | 12 | 431 | 141 | 56 |
| Binary | 10100000 | 11 | 11100110 | 11110 | 1100011 | 0 | 1010 | 100011001 | 1100001 | 101110 |
Color Harmonies of #A003E6
Complementary color
Monochromatic Colors of #A003E6
Black with #A003E6
Text Example
Text Example
White with #A003E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003E6; }
p { color: rgb(160,3,230); }
H1.HeaderClassName
{
color: #A003E6;
}
.AnyTagClassName
{
color: #A003E6;
}
</style>
background-color css
<style>
a { background-color: #A003E6; }
a { background-color: rgb(160,3,230); }
div.DivClassName
{
background-color: #A003E6;
}
.BgClassName
{
background-color: #A003E6;
}
</style>
border-color css
<style>
span { border-color: #A003E6; }
span { border-color: rgb(160,3,230); }
td.TdClassName
{
border-color: #A003E6;
}
.TagClassName
{
border-color: #A003E6;
}
</style>