Shades of Dark Violet #A603CF
Tints of Dark Violet #A603CF
RGB
CMYK
RGB Variations
Color information
#A603CF (or 0xA603CF) is known color: Dark Violet. HEX triplet: A6, 03 and CF. RGB value is (166,3,207). Sum of RGB (Red+Green+Blue) = 166+3+207=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #A603CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603CF is #59FC30. Grayscale: #4A4A4A. Windows color (decimal): -5897265 or 13566886. OLE color: 13566886.
HSL color Cylindrical-coordinate representation of color #A603CF: hue angle of 287.94º 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 #A603CF is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 3 | 207 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.19 |
| HSL | 287.94º | 0.97% | 0.41% | - |
| HSV(B) | 287.94º | 0.99% | 0.81% | - |
| XYZ | 27.02 | 12.68 | 60.05 | - |
| YUV | 74.99 | 202.5 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 207 | 0.20 | 0.99 | 0 | 0.19 | 287.94 | 0.97 | 0.41 |
| Hex | A6 | 3 | CF | 14 | 63 | 0 | 13 | 120 | 61 | 29 |
| Octal | 246 | 3 | 317 | 24 | 143 | 0 | 23 | 440 | 141 | 51 |
| Binary | 10100110 | 11 | 11001111 | 10100 | 1100011 | 0 | 10011 | 100100000 | 1100001 | 101001 |
Color Harmonies of #A603CF
Complementary color
Monochromatic Colors of #A603CF
Black with #A603CF
Text Example
Text Example
White with #A603CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603CF; }
p { color: rgb(166,3,207); }
H1.HeaderClassName
{
color: #A603CF;
}
.AnyTagClassName
{
color: #A603CF;
}
</style>
background-color css
<style>
a { background-color: #A603CF; }
a { background-color: rgb(166,3,207); }
div.DivClassName
{
background-color: #A603CF;
}
.BgClassName
{
background-color: #A603CF;
}
</style>
border-color css
<style>
span { border-color: #A603CF; }
span { border-color: rgb(166,3,207); }
td.TdClassName
{
border-color: #A603CF;
}
.TagClassName
{
border-color: #A603CF;
}
</style>