Shades of Dark Violet #A007CB
Tints of Dark Violet #A007CB
RGB
CMYK
RGB Variations
Color information
#A007CB (or 0xA007CB) is known color: Dark Violet. HEX triplet: A0, 07 and CB. RGB value is (160,7,203). Sum of RGB (Red+Green+Blue) = 160+7+203=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #A007CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007CB is #5FF834. Grayscale: #4A4A4A. Windows color (decimal): -6289461 or 13305760. OLE color: 13305760.
HSL color Cylindrical-coordinate representation of color #A007CB: hue angle of 286.84º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007CB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 7 | 203 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.20 |
| HSL | 286.84º | 0.93% | 0.41% | - |
| HSV(B) | 286.84º | 0.97% | 0.8% | - |
| XYZ | 25.35 | 11.94 | 57.47 | - |
| YUV | 75.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 203 | 0.21 | 0.97 | 0 | 0.20 | 286.84 | 0.93 | 0.41 |
| Hex | A0 | 7 | CB | 15 | 61 | 0 | 14 | 11F | 5D | 29 |
| Octal | 240 | 7 | 313 | 25 | 141 | 0 | 24 | 437 | 135 | 51 |
| Binary | 10100000 | 111 | 11001011 | 10101 | 1100001 | 0 | 10100 | 100011111 | 1011101 | 101001 |
Color Harmonies of #A007CB
Complementary color
Monochromatic Colors of #A007CB
Black with #A007CB
Text Example
Text Example
White with #A007CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007CB; }
p { color: rgb(160,7,203); }
H1.HeaderClassName
{
color: #A007CB;
}
.AnyTagClassName
{
color: #A007CB;
}
</style>
background-color css
<style>
a { background-color: #A007CB; }
a { background-color: rgb(160,7,203); }
div.DivClassName
{
background-color: #A007CB;
}
.BgClassName
{
background-color: #A007CB;
}
</style>
border-color css
<style>
span { border-color: #A007CB; }
span { border-color: rgb(160,7,203); }
td.TdClassName
{
border-color: #A007CB;
}
.TagClassName
{
border-color: #A007CB;
}
</style>