Shades of Dark Violet #A201D4
Tints of Dark Violet #A201D4
RGB
CMYK
RGB Variations
Color information
#A201D4 (or 0xA201D4) is known color: Dark Violet. HEX triplet: A2, 01 and D4. RGB value is (162,1,212). Sum of RGB (Red+Green+Blue) = 162+1+212=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #A201D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201D4 is #5DFE2B. Grayscale: #484848. Windows color (decimal): -6159916 or 13894050. OLE color: 13894050.
HSL color Cylindrical-coordinate representation of color #A201D4: hue angle of 285.78º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201D4 is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 1 | 212 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.17 |
| HSL | 285.78º | 0.99% | 0.42% | - |
| HSV(B) | 285.78º | 1% | 0.83% | - |
| XYZ | 26.79 | 12.46 | 63.28 | - |
| YUV | 73.19 | 206.34 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 212 | 0.24 | 1.00 | 0 | 0.17 | 285.78 | 0.99 | 0.42 |
| Hex | A2 | 1 | D4 | 18 | 64 | 0 | 11 | 11E | 63 | 2A |
| Octal | 242 | 1 | 324 | 30 | 144 | 0 | 21 | 436 | 143 | 52 |
| Binary | 10100010 | 1 | 11010100 | 11000 | 1100100 | 0 | 10001 | 100011110 | 1100011 | 101010 |
Color Harmonies of #A201D4
Complementary color
Monochromatic Colors of #A201D4
Black with #A201D4
Text Example
Text Example
White with #A201D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201D4; }
p { color: rgb(162,1,212); }
H1.HeaderClassName
{
color: #A201D4;
}
.AnyTagClassName
{
color: #A201D4;
}
</style>
background-color css
<style>
a { background-color: #A201D4; }
a { background-color: rgb(162,1,212); }
div.DivClassName
{
background-color: #A201D4;
}
.BgClassName
{
background-color: #A201D4;
}
</style>
border-color css
<style>
span { border-color: #A201D4; }
span { border-color: rgb(162,1,212); }
td.TdClassName
{
border-color: #A201D4;
}
.TagClassName
{
border-color: #A201D4;
}
</style>