Shades of Dark Violet #A807C0
Tints of Dark Violet #A807C0
RGB
CMYK
RGB Variations
Color information
#A807C0 (or 0xA807C0) is known color: Dark Violet. HEX triplet: A8, 07 and C0. RGB value is (168,7,192). Sum of RGB (Red+Green+Blue) = 168+7+192=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #A807C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807C0 is #57F83F. Grayscale: #4B4B4B. Windows color (decimal): -5765184 or 12584872. OLE color: 12584872.
HSL color Cylindrical-coordinate representation of color #A807C0: hue angle of 292.22º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A807C0 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 7 | 192 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.25 |
| HSL | 292.22º | 0.93% | 0.39% | - |
| HSV(B) | 292.22º | 0.96% | 0.75% | - |
| XYZ | 25.74 | 12.28 | 50.88 | - |
| YUV | 76.23 | 193.34 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 192 | 0.12 | 0.96 | 0 | 0.25 | 292.22 | 0.93 | 0.39 |
| Hex | A8 | 7 | C0 | C | 60 | 0 | 19 | 124 | 5D | 27 |
| Octal | 250 | 7 | 300 | 14 | 140 | 0 | 31 | 444 | 135 | 47 |
| Binary | 10101000 | 111 | 11000000 | 1100 | 1100000 | 0 | 11001 | 100100100 | 1011101 | 100111 |
Color Harmonies of #A807C0
Complementary color
Monochromatic Colors of #A807C0
Black with #A807C0
Text Example
Text Example
White with #A807C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807C0; }
p { color: rgb(168,7,192); }
H1.HeaderClassName
{
color: #A807C0;
}
.AnyTagClassName
{
color: #A807C0;
}
</style>
background-color css
<style>
a { background-color: #A807C0; }
a { background-color: rgb(168,7,192); }
div.DivClassName
{
background-color: #A807C0;
}
.BgClassName
{
background-color: #A807C0;
}
</style>
border-color css
<style>
span { border-color: #A807C0; }
span { border-color: rgb(168,7,192); }
td.TdClassName
{
border-color: #A807C0;
}
.TagClassName
{
border-color: #A807C0;
}
</style>