Shades of Dark Violet #A901C2
Tints of Dark Violet #A901C2
RGB
CMYK
RGB Variations
Color information
#A901C2 (or 0xA901C2) is known color: Dark Violet. HEX triplet: A9, 01 and C2. RGB value is (169,1,194). Sum of RGB (Red+Green+Blue) = 169+1+194=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #A901C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901C2 is #56FE3D. Grayscale: #484848. Windows color (decimal): -5701182 or 12714409. OLE color: 12714409.
HSL color Cylindrical-coordinate representation of color #A901C2: hue angle of 292.23º 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 #A901C2 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 1 | 194 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.24 |
| HSL | 292.23º | 0.99% | 0.38% | - |
| HSV(B) | 292.23º | 0.99% | 0.76% | - |
| XYZ | 26.11 | 12.35 | 52.05 | - |
| YUV | 73.23 | 196.16 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 194 | 0.13 | 0.99 | 0 | 0.24 | 292.23 | 0.99 | 0.38 |
| Hex | A9 | 1 | C2 | D | 63 | 0 | 18 | 124 | 63 | 26 |
| Octal | 251 | 1 | 302 | 15 | 143 | 0 | 30 | 444 | 143 | 46 |
| Binary | 10101001 | 1 | 11000010 | 1101 | 1100011 | 0 | 11000 | 100100100 | 1100011 | 100110 |
Color Harmonies of #A901C2
Complementary color
Monochromatic Colors of #A901C2
Black with #A901C2
Text Example
Text Example
White with #A901C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901C2; }
p { color: rgb(169,1,194); }
H1.HeaderClassName
{
color: #A901C2;
}
.AnyTagClassName
{
color: #A901C2;
}
</style>
background-color css
<style>
a { background-color: #A901C2; }
a { background-color: rgb(169,1,194); }
div.DivClassName
{
background-color: #A901C2;
}
.BgClassName
{
background-color: #A901C2;
}
</style>
border-color css
<style>
span { border-color: #A901C2; }
span { border-color: rgb(169,1,194); }
td.TdClassName
{
border-color: #A901C2;
}
.TagClassName
{
border-color: #A901C2;
}
</style>