Shades of Dark Violet #A003CB
Tints of Dark Violet #A003CB
RGB
CMYK
RGB Variations
Color information
#A003CB (or 0xA003CB) is known color: Dark Violet. HEX triplet: A0, 03 and CB. RGB value is (160,3,203). Sum of RGB (Red+Green+Blue) = 160+3+203=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #A003CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003CB is #5FFC34. Grayscale: #484848. Windows color (decimal): -6290485 or 13304736. OLE color: 13304736.
HSL color Cylindrical-coordinate representation of color #A003CB: hue angle of 287.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003CB is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 3 | 203 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.20 |
| HSL | 287.1º | 0.97% | 0.4% | - |
| HSV(B) | 287.1º | 0.99% | 0.8% | - |
| XYZ | 25.31 | 11.85 | 57.45 | - |
| YUV | 72.74 | 201.51 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 203 | 0.21 | 0.99 | 0 | 0.20 | 287.1 | 0.97 | 0.4 |
| Hex | A0 | 3 | CB | 15 | 63 | 0 | 14 | 11F | 61 | 28 |
| Octal | 240 | 3 | 313 | 25 | 143 | 0 | 24 | 437 | 141 | 50 |
| Binary | 10100000 | 11 | 11001011 | 10101 | 1100011 | 0 | 10100 | 100011111 | 1100001 | 101000 |
Color Harmonies of #A003CB
Complementary color
Monochromatic Colors of #A003CB
Black with #A003CB
Text Example
Text Example
White with #A003CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003CB; }
p { color: rgb(160,3,203); }
H1.HeaderClassName
{
color: #A003CB;
}
.AnyTagClassName
{
color: #A003CB;
}
</style>
background-color css
<style>
a { background-color: #A003CB; }
a { background-color: rgb(160,3,203); }
div.DivClassName
{
background-color: #A003CB;
}
.BgClassName
{
background-color: #A003CB;
}
</style>
border-color css
<style>
span { border-color: #A003CB; }
span { border-color: rgb(160,3,203); }
td.TdClassName
{
border-color: #A003CB;
}
.TagClassName
{
border-color: #A003CB;
}
</style>