Shades of Dark Violet #A807CC
Tints of Dark Violet #A807CC
RGB
CMYK
RGB Variations
Color information
#A807CC (or 0xA807CC) is known color: Dark Violet. HEX triplet: A8, 07 and CC. RGB value is (168,7,204). Sum of RGB (Red+Green+Blue) = 168+7+204=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #A807CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807CC is #57F833. Grayscale: #4C4C4C. Windows color (decimal): -5765172 or 13371304. OLE color: 13371304.
HSL color Cylindrical-coordinate representation of color #A807CC: hue angle of 289.04º 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 #A807CC is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 7 | 204 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.2 |
| HSL | 289.04º | 0.93% | 0.41% | - |
| HSV(B) | 289.04º | 0.97% | 0.8% | - |
| XYZ | 27.12 | 12.84 | 58.17 | - |
| YUV | 77.6 | 199.34 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 204 | 0.18 | 0.97 | 0 | 0.2 | 289.04 | 0.93 | 0.41 |
| Hex | A8 | 7 | CC | 12 | 61 | 0 | 14 | 121 | 5D | 29 |
| Octal | 250 | 7 | 314 | 22 | 141 | 0 | 24 | 441 | 135 | 51 |
| Binary | 10101000 | 111 | 11001100 | 10010 | 1100001 | 0 | 10100 | 100100001 | 1011101 | 101001 |
Color Harmonies of #A807CC
Complementary color
Monochromatic Colors of #A807CC
Black with #A807CC
Text Example
Text Example
White with #A807CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807CC; }
p { color: rgb(168,7,204); }
H1.HeaderClassName
{
color: #A807CC;
}
.AnyTagClassName
{
color: #A807CC;
}
</style>
background-color css
<style>
a { background-color: #A807CC; }
a { background-color: rgb(168,7,204); }
div.DivClassName
{
background-color: #A807CC;
}
.BgClassName
{
background-color: #A807CC;
}
</style>
border-color css
<style>
span { border-color: #A807CC; }
span { border-color: rgb(168,7,204); }
td.TdClassName
{
border-color: #A807CC;
}
.TagClassName
{
border-color: #A807CC;
}
</style>