Shades of Dark Violet #A603D2
Tints of Dark Violet #A603D2
RGB
CMYK
RGB Variations
Color information
#A603D2 (or 0xA603D2) is known color: Dark Violet. HEX triplet: A6, 03 and D2. RGB value is (166,3,210). Sum of RGB (Red+Green+Blue) = 166+3+210=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 210 (82.42% from 255 or 55.41% from 379); Max value from RGB is 210 - color contains mainly: blue. Hex color #A603D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603D2 is #59FC2D. Grayscale: #4A4A4A. Windows color (decimal): -5897262 or 13763494. OLE color: 13763494.
HSL color Cylindrical-coordinate representation of color #A603D2: hue angle of 287.25º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603D2 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 3 | 210 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.18 |
| HSL | 287.25º | 0.97% | 0.42% | - |
| HSV(B) | 287.25º | 0.99% | 0.82% | - |
| XYZ | 27.39 | 12.83 | 62 | - |
| YUV | 75.34 | 204 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 210 | 0.21 | 0.99 | 0 | 0.18 | 287.25 | 0.97 | 0.42 |
| Hex | A6 | 3 | D2 | 15 | 63 | 0 | 12 | 11F | 61 | 2A |
| Octal | 246 | 3 | 322 | 25 | 143 | 0 | 22 | 437 | 141 | 52 |
| Binary | 10100110 | 11 | 11010010 | 10101 | 1100011 | 0 | 10010 | 100011111 | 1100001 | 101010 |
Color Harmonies of #A603D2
Complementary color
Monochromatic Colors of #A603D2
Black with #A603D2
Text Example
Text Example
White with #A603D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603D2; }
p { color: rgb(166,3,210); }
H1.HeaderClassName
{
color: #A603D2;
}
.AnyTagClassName
{
color: #A603D2;
}
</style>
background-color css
<style>
a { background-color: #A603D2; }
a { background-color: rgb(166,3,210); }
div.DivClassName
{
background-color: #A603D2;
}
.BgClassName
{
background-color: #A603D2;
}
</style>
border-color css
<style>
span { border-color: #A603D2; }
span { border-color: rgb(166,3,210); }
td.TdClassName
{
border-color: #A603D2;
}
.TagClassName
{
border-color: #A603D2;
}
</style>