Shades of Dark Violet #A200C4
Tints of Dark Violet #A200C4
RGB
CMYK
RGB Variations
Color information
#A200C4 (or 0xA200C4) is known color: Dark Violet. HEX triplet: A2, 00 and C4. RGB value is (162,0,196). Sum of RGB (Red+Green+Blue) = 162+0+196=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #A200C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200C4 is #5DFF3B. Grayscale: #464646. Windows color (decimal): -6160188 or 12845218. OLE color: 12845218.
HSL color Cylindrical-coordinate representation of color #A200C4: hue angle of 289.59º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200C4 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 0 | 196 | - |
| CMYK | 0.17 | 1 | 0 | 0.23 |
| HSL | 289.59º | 1% | 0.38% | - |
| HSV(B) | 289.59º | 1% | 0.77% | - |
| XYZ | 24.86 | 11.67 | 53.17 | - |
| YUV | 70.78 | 198.67 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 196 | 0.17 | 1 | 0 | 0.23 | 289.59 | 1 | 0.38 |
| Hex | A2 | 0 | C4 | 11 | 64 | 0 | 17 | 122 | 64 | 26 |
| Octal | 242 | 0 | 304 | 21 | 144 | 0 | 27 | 442 | 144 | 46 |
| Binary | 10100010 | 0 | 11000100 | 10001 | 1100100 | 0 | 10111 | 100100010 | 1100100 | 100110 |
Color Harmonies of #A200C4
Complementary color
Monochromatic Colors of #A200C4
Black with #A200C4
Text Example
Text Example
White with #A200C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200C4; }
p { color: rgb(162,0,196); }
H1.HeaderClassName
{
color: #A200C4;
}
.AnyTagClassName
{
color: #A200C4;
}
</style>
background-color css
<style>
a { background-color: #A200C4; }
a { background-color: rgb(162,0,196); }
div.DivClassName
{
background-color: #A200C4;
}
.BgClassName
{
background-color: #A200C4;
}
</style>
border-color css
<style>
span { border-color: #A200C4; }
span { border-color: rgb(162,0,196); }
td.TdClassName
{
border-color: #A200C4;
}
.TagClassName
{
border-color: #A200C4;
}
</style>