Shades of Dark Violet #A200CF
Tints of Dark Violet #A200CF
RGB
CMYK
RGB Variations
Color information
#A200CF (or 0xA200CF) is known color: Dark Violet. HEX triplet: A2, 00 and CF. RGB value is (162,0,207). Sum of RGB (Red+Green+Blue) = 162+0+207=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #A200CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200CF is #5DFF30. Grayscale: #474747. Windows color (decimal): -6160177 or 13566114. OLE color: 13566114.
HSL color Cylindrical-coordinate representation of color #A200CF: hue angle of 286.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200CF is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 0 | 207 | - |
| CMYK | 0.22 | 1 | 0 | 0.19 |
| HSL | 286.96º | 1% | 0.41% | - |
| HSV(B) | 286.96º | 1% | 0.81% | - |
| XYZ | 26.16 | 12.19 | 60 | - |
| YUV | 72.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 207 | 0.22 | 1 | 0 | 0.19 | 286.96 | 1 | 0.41 |
| Hex | A2 | 0 | CF | 16 | 64 | 0 | 13 | 11F | 64 | 29 |
| Octal | 242 | 0 | 317 | 26 | 144 | 0 | 23 | 437 | 144 | 51 |
| Binary | 10100010 | 0 | 11001111 | 10110 | 1100100 | 0 | 10011 | 100011111 | 1100100 | 101001 |
Color Harmonies of #A200CF
Complementary color
Monochromatic Colors of #A200CF
Black with #A200CF
Text Example
Text Example
White with #A200CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200CF; }
p { color: rgb(162,0,207); }
H1.HeaderClassName
{
color: #A200CF;
}
.AnyTagClassName
{
color: #A200CF;
}
</style>
background-color css
<style>
a { background-color: #A200CF; }
a { background-color: rgb(162,0,207); }
div.DivClassName
{
background-color: #A200CF;
}
.BgClassName
{
background-color: #A200CF;
}
</style>
border-color css
<style>
span { border-color: #A200CF; }
span { border-color: rgb(162,0,207); }
td.TdClassName
{
border-color: #A200CF;
}
.TagClassName
{
border-color: #A200CF;
}
</style>