Shades of Dark Violet #A801C2
Tints of Dark Violet #A801C2
RGB
CMYK
RGB Variations
Color information
#A801C2 (or 0xA801C2) is known color: Dark Violet. HEX triplet: A8, 01 and C2. RGB value is (168,1,194). Sum of RGB (Red+Green+Blue) = 168+1+194=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #A801C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801C2 is #57FE3D. Grayscale: #484848. Windows color (decimal): -5766718 or 12714408. OLE color: 12714408.
HSL color Cylindrical-coordinate representation of color #A801C2: hue angle of 291.92º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A801C2 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 1 | 194 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.24 |
| HSL | 291.92º | 0.99% | 0.38% | - |
| HSV(B) | 291.92º | 0.99% | 0.76% | - |
| XYZ | 25.9 | 12.24 | 52.04 | - |
| YUV | 72.94 | 196.33 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 194 | 0.13 | 0.99 | 0 | 0.24 | 291.92 | 0.99 | 0.38 |
| Hex | A8 | 1 | C2 | D | 63 | 0 | 18 | 124 | 63 | 26 |
| Octal | 250 | 1 | 302 | 15 | 143 | 0 | 30 | 444 | 143 | 46 |
| Binary | 10101000 | 1 | 11000010 | 1101 | 1100011 | 0 | 11000 | 100100100 | 1100011 | 100110 |
Color Harmonies of #A801C2
Complementary color
Monochromatic Colors of #A801C2
Black with #A801C2
Text Example
Text Example
White with #A801C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A801C2; }
p { color: rgb(168,1,194); }
H1.HeaderClassName
{
color: #A801C2;
}
.AnyTagClassName
{
color: #A801C2;
}
</style>
background-color css
<style>
a { background-color: #A801C2; }
a { background-color: rgb(168,1,194); }
div.DivClassName
{
background-color: #A801C2;
}
.BgClassName
{
background-color: #A801C2;
}
</style>
border-color css
<style>
span { border-color: #A801C2; }
span { border-color: rgb(168,1,194); }
td.TdClassName
{
border-color: #A801C2;
}
.TagClassName
{
border-color: #A801C2;
}
</style>