Shades of Dark Violet #A001CB
Tints of Dark Violet #A001CB
RGB
CMYK
RGB Variations
Color information
#A001CB (or 0xA001CB) is known color: Dark Violet. HEX triplet: A0, 01 and CB. RGB value is (160,1,203). Sum of RGB (Red+Green+Blue) = 160+1+203=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #A001CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001CB is #5FFE34. Grayscale: #464646. Windows color (decimal): -6290997 or 13304224. OLE color: 13304224.
HSL color Cylindrical-coordinate representation of color #A001CB: hue angle of 287.23º 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 #A001CB is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 1 | 203 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.20 |
| HSL | 287.23º | 0.99% | 0.4% | - |
| HSV(B) | 287.23º | 1% | 0.8% | - |
| XYZ | 25.29 | 11.81 | 57.45 | - |
| YUV | 71.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 203 | 0.21 | 1.00 | 0 | 0.20 | 287.23 | 0.99 | 0.4 |
| Hex | A0 | 1 | CB | 15 | 64 | 0 | 14 | 11F | 63 | 28 |
| Octal | 240 | 1 | 313 | 25 | 144 | 0 | 24 | 437 | 143 | 50 |
| Binary | 10100000 | 1 | 11001011 | 10101 | 1100100 | 0 | 10100 | 100011111 | 1100011 | 101000 |
Color Harmonies of #A001CB
Complementary color
Monochromatic Colors of #A001CB
Black with #A001CB
Text Example
Text Example
White with #A001CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001CB; }
p { color: rgb(160,1,203); }
H1.HeaderClassName
{
color: #A001CB;
}
.AnyTagClassName
{
color: #A001CB;
}
</style>
background-color css
<style>
a { background-color: #A001CB; }
a { background-color: rgb(160,1,203); }
div.DivClassName
{
background-color: #A001CB;
}
.BgClassName
{
background-color: #A001CB;
}
</style>
border-color css
<style>
span { border-color: #A001CB; }
span { border-color: rgb(160,1,203); }
td.TdClassName
{
border-color: #A001CB;
}
.TagClassName
{
border-color: #A001CB;
}
</style>