Shades of Dark Violet #A207CA
Tints of Dark Violet #A207CA
RGB
CMYK
RGB Variations
Color information
#A207CA (or 0xA207CA) is known color: Dark Violet. HEX triplet: A2, 07 and CA. RGB value is (162,7,202). Sum of RGB (Red+Green+Blue) = 162+7+202=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #A207CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207CA is #5DF835. Grayscale: #4A4A4A. Windows color (decimal): -6158390 or 13240226. OLE color: 13240226.
HSL color Cylindrical-coordinate representation of color #A207CA: hue angle of 287.69º degrees, saturation: 0.93, 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 #A207CA is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 7 | 202 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.21 |
| HSL | 287.69º | 0.93% | 0.41% | - |
| HSV(B) | 287.69º | 0.97% | 0.79% | - |
| XYZ | 25.64 | 12.1 | 56.86 | - |
| YUV | 75.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 202 | 0.20 | 0.97 | 0 | 0.21 | 287.69 | 0.93 | 0.41 |
| Hex | A2 | 7 | CA | 14 | 61 | 0 | 15 | 120 | 5D | 29 |
| Octal | 242 | 7 | 312 | 24 | 141 | 0 | 25 | 440 | 135 | 51 |
| Binary | 10100010 | 111 | 11001010 | 10100 | 1100001 | 0 | 10101 | 100100000 | 1011101 | 101001 |
Color Harmonies of #A207CA
Complementary color
Monochromatic Colors of #A207CA
Black with #A207CA
Text Example
Text Example
White with #A207CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207CA; }
p { color: rgb(162,7,202); }
H1.HeaderClassName
{
color: #A207CA;
}
.AnyTagClassName
{
color: #A207CA;
}
</style>
background-color css
<style>
a { background-color: #A207CA; }
a { background-color: rgb(162,7,202); }
div.DivClassName
{
background-color: #A207CA;
}
.BgClassName
{
background-color: #A207CA;
}
</style>
border-color css
<style>
span { border-color: #A207CA; }
span { border-color: rgb(162,7,202); }
td.TdClassName
{
border-color: #A207CA;
}
.TagClassName
{
border-color: #A207CA;
}
</style>