Shades of Dark Violet #A007CA
Tints of Dark Violet #A007CA
RGB
CMYK
RGB Variations
Color information
#A007CA (or 0xA007CA) is known color: Dark Violet. HEX triplet: A0, 07 and CA. RGB value is (160,7,202). Sum of RGB (Red+Green+Blue) = 160+7+202=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #A007CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007CA is #5FF835. Grayscale: #4A4A4A. Windows color (decimal): -6289462 or 13240224. OLE color: 13240224.
HSL color Cylindrical-coordinate representation of color #A007CA: hue angle of 287.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007CA is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 7 | 202 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.21 |
| HSL | 287.08º | 0.93% | 0.41% | - |
| HSV(B) | 287.08º | 0.97% | 0.79% | - |
| XYZ | 25.23 | 11.89 | 56.84 | - |
| YUV | 74.98 | 199.69 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 202 | 0.21 | 0.97 | 0 | 0.21 | 287.08 | 0.93 | 0.41 |
| Hex | A0 | 7 | CA | 15 | 61 | 0 | 15 | 11F | 5D | 29 |
| Octal | 240 | 7 | 312 | 25 | 141 | 0 | 25 | 437 | 135 | 51 |
| Binary | 10100000 | 111 | 11001010 | 10101 | 1100001 | 0 | 10101 | 100011111 | 1011101 | 101001 |
Color Harmonies of #A007CA
Complementary color
Monochromatic Colors of #A007CA
Black with #A007CA
Text Example
Text Example
White with #A007CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007CA; }
p { color: rgb(160,7,202); }
H1.HeaderClassName
{
color: #A007CA;
}
.AnyTagClassName
{
color: #A007CA;
}
</style>
background-color css
<style>
a { background-color: #A007CA; }
a { background-color: rgb(160,7,202); }
div.DivClassName
{
background-color: #A007CA;
}
.BgClassName
{
background-color: #A007CA;
}
</style>
border-color css
<style>
span { border-color: #A007CA; }
span { border-color: rgb(160,7,202); }
td.TdClassName
{
border-color: #A007CA;
}
.TagClassName
{
border-color: #A007CA;
}
</style>