Shades of Dark Violet #A005CB
Tints of Dark Violet #A005CB
RGB
CMYK
RGB Variations
Color information
#A005CB (or 0xA005CB) is known color: Dark Violet. HEX triplet: A0, 05 and CB. RGB value is (160,5,203). Sum of RGB (Red+Green+Blue) = 160+5+203=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 5 (2.34% from 255 or 1.36% 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 #A005CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005CB is #5FFA34. Grayscale: #494949. Windows color (decimal): -6289973 or 13305248. OLE color: 13305248.
HSL color Cylindrical-coordinate representation of color #A005CB: hue angle of 286.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005CB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 5 | 203 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.20 |
| HSL | 286.97º | 0.95% | 0.41% | - |
| HSV(B) | 286.97º | 0.98% | 0.8% | - |
| XYZ | 25.33 | 11.89 | 57.46 | - |
| YUV | 73.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 203 | 0.21 | 0.98 | 0 | 0.20 | 286.97 | 0.95 | 0.41 |
| Hex | A0 | 5 | CB | 15 | 62 | 0 | 14 | 11F | 5F | 29 |
| Octal | 240 | 5 | 313 | 25 | 142 | 0 | 24 | 437 | 137 | 51 |
| Binary | 10100000 | 101 | 11001011 | 10101 | 1100010 | 0 | 10100 | 100011111 | 1011111 | 101001 |
Color Harmonies of #A005CB
Complementary color
Monochromatic Colors of #A005CB
Black with #A005CB
Text Example
Text Example
White with #A005CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005CB; }
p { color: rgb(160,5,203); }
H1.HeaderClassName
{
color: #A005CB;
}
.AnyTagClassName
{
color: #A005CB;
}
</style>
background-color css
<style>
a { background-color: #A005CB; }
a { background-color: rgb(160,5,203); }
div.DivClassName
{
background-color: #A005CB;
}
.BgClassName
{
background-color: #A005CB;
}
</style>
border-color css
<style>
span { border-color: #A005CB; }
span { border-color: rgb(160,5,203); }
td.TdClassName
{
border-color: #A005CB;
}
.TagClassName
{
border-color: #A005CB;
}
</style>