Shades of Dark Violet #A401CB
Tints of Dark Violet #A401CB
RGB
CMYK
RGB Variations
Color information
#A401CB (or 0xA401CB) is known color: Dark Violet. HEX triplet: A4, 01 and CB. RGB value is (164,1,203). Sum of RGB (Red+Green+Blue) = 164+1+203=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #A401CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401CB is #5BFE34. Grayscale: #484848. Windows color (decimal): -6028853 or 13304228. OLE color: 13304228.
HSL color Cylindrical-coordinate representation of color #A401CB: hue angle of 288.42º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401CB is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 1 | 203 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.20 |
| HSL | 288.42º | 0.99% | 0.4% | - |
| HSV(B) | 288.42º | 1% | 0.8% | - |
| XYZ | 26.1 | 12.23 | 57.48 | - |
| YUV | 72.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 203 | 0.19 | 1.00 | 0 | 0.20 | 288.42 | 0.99 | 0.4 |
| Hex | A4 | 1 | CB | 13 | 64 | 0 | 14 | 120 | 63 | 28 |
| Octal | 244 | 1 | 313 | 23 | 144 | 0 | 24 | 440 | 143 | 50 |
| Binary | 10100100 | 1 | 11001011 | 10011 | 1100100 | 0 | 10100 | 100100000 | 1100011 | 101000 |
Color Harmonies of #A401CB
Complementary color
Monochromatic Colors of #A401CB
Black with #A401CB
Text Example
Text Example
White with #A401CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401CB; }
p { color: rgb(164,1,203); }
H1.HeaderClassName
{
color: #A401CB;
}
.AnyTagClassName
{
color: #A401CB;
}
</style>
background-color css
<style>
a { background-color: #A401CB; }
a { background-color: rgb(164,1,203); }
div.DivClassName
{
background-color: #A401CB;
}
.BgClassName
{
background-color: #A401CB;
}
</style>
border-color css
<style>
span { border-color: #A401CB; }
span { border-color: rgb(164,1,203); }
td.TdClassName
{
border-color: #A401CB;
}
.TagClassName
{
border-color: #A401CB;
}
</style>