Shades of Dark Violet #A209C8
Tints of Dark Violet #A209C8
RGB
CMYK
RGB Variations
Color information
#A209C8 (or 0xA209C8) is known color: Dark Violet. HEX triplet: A2, 09 and C8. RGB value is (162,9,200). Sum of RGB (Red+Green+Blue) = 162+9+200=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #A209C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209C8 is #5DF637. Grayscale: #4B4B4B. Windows color (decimal): -6157880 or 13109666. OLE color: 13109666.
HSL color Cylindrical-coordinate representation of color #A209C8: hue angle of 288.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A209C8 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 9 | 200 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.22 |
| HSL | 288.06º | 0.91% | 0.41% | - |
| HSV(B) | 288.06º | 0.96% | 0.78% | - |
| XYZ | 25.42 | 12.05 | 55.63 | - |
| YUV | 76.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 200 | 0.19 | 0.96 | 0 | 0.22 | 288.06 | 0.91 | 0.41 |
| Hex | A2 | 9 | C8 | 13 | 60 | 0 | 16 | 120 | 5B | 29 |
| Octal | 242 | 11 | 310 | 23 | 140 | 0 | 26 | 440 | 133 | 51 |
| Binary | 10100010 | 1001 | 11001000 | 10011 | 1100000 | 0 | 10110 | 100100000 | 1011011 | 101001 |
Color Harmonies of #A209C8
Complementary color
Monochromatic Colors of #A209C8
Black with #A209C8
Text Example
Text Example
White with #A209C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209C8; }
p { color: rgb(162,9,200); }
H1.HeaderClassName
{
color: #A209C8;
}
.AnyTagClassName
{
color: #A209C8;
}
</style>
background-color css
<style>
a { background-color: #A209C8; }
a { background-color: rgb(162,9,200); }
div.DivClassName
{
background-color: #A209C8;
}
.BgClassName
{
background-color: #A209C8;
}
</style>
border-color css
<style>
span { border-color: #A209C8; }
span { border-color: rgb(162,9,200); }
td.TdClassName
{
border-color: #A209C8;
}
.TagClassName
{
border-color: #A209C8;
}
</style>