Shades of Dark Violet #A003CF
Tints of Dark Violet #A003CF
RGB
CMYK
RGB Variations
Color information
#A003CF (or 0xA003CF) is known color: Dark Violet. HEX triplet: A0, 03 and CF. RGB value is (160,3,207). Sum of RGB (Red+Green+Blue) = 160+3+207=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #A003CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003CF is #5FFC30. Grayscale: #484848. Windows color (decimal): -6290481 or 13566880. OLE color: 13566880.
HSL color Cylindrical-coordinate representation of color #A003CF: hue angle of 286.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003CF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 3 | 207 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.19 |
| HSL | 286.18º | 0.97% | 0.41% | - |
| HSV(B) | 286.18º | 0.99% | 0.81% | - |
| XYZ | 25.79 | 12.04 | 60 | - |
| YUV | 73.2 | 203.51 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 207 | 0.23 | 0.99 | 0 | 0.19 | 286.18 | 0.97 | 0.41 |
| Hex | A0 | 3 | CF | 17 | 63 | 0 | 13 | 11E | 61 | 29 |
| Octal | 240 | 3 | 317 | 27 | 143 | 0 | 23 | 436 | 141 | 51 |
| Binary | 10100000 | 11 | 11001111 | 10111 | 1100011 | 0 | 10011 | 100011110 | 1100001 | 101001 |
Color Harmonies of #A003CF
Complementary color
Monochromatic Colors of #A003CF
Black with #A003CF
Text Example
Text Example
White with #A003CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003CF; }
p { color: rgb(160,3,207); }
H1.HeaderClassName
{
color: #A003CF;
}
.AnyTagClassName
{
color: #A003CF;
}
</style>
background-color css
<style>
a { background-color: #A003CF; }
a { background-color: rgb(160,3,207); }
div.DivClassName
{
background-color: #A003CF;
}
.BgClassName
{
background-color: #A003CF;
}
</style>
border-color css
<style>
span { border-color: #A003CF; }
span { border-color: rgb(160,3,207); }
td.TdClassName
{
border-color: #A003CF;
}
.TagClassName
{
border-color: #A003CF;
}
</style>