Shades of Dark Violet #A206CA
Tints of Dark Violet #A206CA
RGB
CMYK
RGB Variations
Color information
#A206CA (or 0xA206CA) is known color: Dark Violet. HEX triplet: A2, 06 and CA. RGB value is (162,6,202). Sum of RGB (Red+Green+Blue) = 162+6+202=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #A206CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206CA is #5DF935. Grayscale: #4A4A4A. Windows color (decimal): -6158646 or 13239970. OLE color: 13239970.
HSL color Cylindrical-coordinate representation of color #A206CA: hue angle of 287.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206CA is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 6 | 202 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.21 |
| HSL | 287.76º | 0.94% | 0.41% | - |
| HSV(B) | 287.76º | 0.97% | 0.79% | - |
| XYZ | 25.63 | 12.08 | 56.86 | - |
| YUV | 74.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 202 | 0.20 | 0.97 | 0 | 0.21 | 287.76 | 0.94 | 0.41 |
| Hex | A2 | 6 | CA | 14 | 61 | 0 | 15 | 120 | 5E | 29 |
| Octal | 242 | 6 | 312 | 24 | 141 | 0 | 25 | 440 | 136 | 51 |
| Binary | 10100010 | 110 | 11001010 | 10100 | 1100001 | 0 | 10101 | 100100000 | 1011110 | 101001 |
Color Harmonies of #A206CA
Complementary color
Monochromatic Colors of #A206CA
Black with #A206CA
Text Example
Text Example
White with #A206CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206CA; }
p { color: rgb(162,6,202); }
H1.HeaderClassName
{
color: #A206CA;
}
.AnyTagClassName
{
color: #A206CA;
}
</style>
background-color css
<style>
a { background-color: #A206CA; }
a { background-color: rgb(162,6,202); }
div.DivClassName
{
background-color: #A206CA;
}
.BgClassName
{
background-color: #A206CA;
}
</style>
border-color css
<style>
span { border-color: #A206CA; }
span { border-color: rgb(162,6,202); }
td.TdClassName
{
border-color: #A206CA;
}
.TagClassName
{
border-color: #A206CA;
}
</style>