Shades of Dark Violet #A901CB
Tints of Dark Violet #A901CB
RGB
CMYK
RGB Variations
Color information
#A901CB (or 0xA901CB) is known color: Dark Violet. HEX triplet: A9, 01 and CB. RGB value is (169,1,203). Sum of RGB (Red+Green+Blue) = 169+1+203=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #A901CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901CB is #56FE34. Grayscale: #494949. Windows color (decimal): -5701173 or 13304233. OLE color: 13304233.
HSL color Cylindrical-coordinate representation of color #A901CB: hue angle of 289.9º 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 #A901CB is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 1 | 203 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.20 |
| HSL | 289.9º | 0.99% | 0.4% | - |
| HSV(B) | 289.9º | 1% | 0.8% | - |
| XYZ | 27.15 | 12.77 | 57.53 | - |
| YUV | 74.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 203 | 0.17 | 1.00 | 0 | 0.20 | 289.9 | 0.99 | 0.4 |
| Hex | A9 | 1 | CB | 11 | 64 | 0 | 14 | 122 | 63 | 28 |
| Octal | 251 | 1 | 313 | 21 | 144 | 0 | 24 | 442 | 143 | 50 |
| Binary | 10101001 | 1 | 11001011 | 10001 | 1100100 | 0 | 10100 | 100100010 | 1100011 | 101000 |
Color Harmonies of #A901CB
Complementary color
Monochromatic Colors of #A901CB
Black with #A901CB
Text Example
Text Example
White with #A901CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901CB; }
p { color: rgb(169,1,203); }
H1.HeaderClassName
{
color: #A901CB;
}
.AnyTagClassName
{
color: #A901CB;
}
</style>
background-color css
<style>
a { background-color: #A901CB; }
a { background-color: rgb(169,1,203); }
div.DivClassName
{
background-color: #A901CB;
}
.BgClassName
{
background-color: #A901CB;
}
</style>
border-color css
<style>
span { border-color: #A901CB; }
span { border-color: rgb(169,1,203); }
td.TdClassName
{
border-color: #A901CB;
}
.TagClassName
{
border-color: #A901CB;
}
</style>