Shades of Dark Violet #A100CB
Tints of Dark Violet #A100CB
RGB
CMYK
RGB Variations
Color information
#A100CB (or 0xA100CB) is known color: Dark Violet. HEX triplet: A1, 00 and CB. RGB value is (161,0,203). Sum of RGB (Red+Green+Blue) = 161+0+203=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 0 (0.39% from 255 or 0% 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 #A100CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100CB is #5EFF34. Grayscale: #464646. Windows color (decimal): -6225717 or 13303969. OLE color: 13303969.
HSL color Cylindrical-coordinate representation of color #A100CB: hue angle of 287.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100CB is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 0 | 203 | - |
| CMYK | 0.21 | 1 | 0 | 0.20 |
| HSL | 287.59º | 1% | 0.4% | - |
| HSV(B) | 287.59º | 1% | 0.8% | - |
| XYZ | 25.48 | 11.89 | 57.45 | - |
| YUV | 71.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 203 | 0.21 | 1 | 0 | 0.20 | 287.59 | 1 | 0.4 |
| Hex | A1 | 0 | CB | 15 | 64 | 0 | 14 | 120 | 64 | 28 |
| Octal | 241 | 0 | 313 | 25 | 144 | 0 | 24 | 440 | 144 | 50 |
| Binary | 10100001 | 0 | 11001011 | 10101 | 1100100 | 0 | 10100 | 100100000 | 1100100 | 101000 |
Color Harmonies of #A100CB
Complementary color
Monochromatic Colors of #A100CB
Black with #A100CB
Text Example
Text Example
White with #A100CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100CB; }
p { color: rgb(161,0,203); }
H1.HeaderClassName
{
color: #A100CB;
}
.AnyTagClassName
{
color: #A100CB;
}
</style>
background-color css
<style>
a { background-color: #A100CB; }
a { background-color: rgb(161,0,203); }
div.DivClassName
{
background-color: #A100CB;
}
.BgClassName
{
background-color: #A100CB;
}
</style>
border-color css
<style>
span { border-color: #A100CB; }
span { border-color: rgb(161,0,203); }
td.TdClassName
{
border-color: #A100CB;
}
.TagClassName
{
border-color: #A100CB;
}
</style>