Shades of Dark Violet #A707CB
Tints of Dark Violet #A707CB
RGB
CMYK
RGB Variations
Color information
#A707CB (or 0xA707CB) is known color: Dark Violet. HEX triplet: A7, 07 and CB. RGB value is (167,7,203). Sum of RGB (Red+Green+Blue) = 167+7+203=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #A707CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707CB is #58F834. Grayscale: #4C4C4C. Windows color (decimal): -5830709 or 13305767. OLE color: 13305767.
HSL color Cylindrical-coordinate representation of color #A707CB: hue angle of 288.98º 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 #A707CB is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 7 | 203 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.20 |
| HSL | 288.98º | 0.93% | 0.41% | - |
| HSV(B) | 288.98º | 0.97% | 0.8% | - |
| XYZ | 26.79 | 12.68 | 57.54 | - |
| YUV | 77.18 | 199.01 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 203 | 0.18 | 0.97 | 0 | 0.20 | 288.98 | 0.93 | 0.41 |
| Hex | A7 | 7 | CB | 12 | 61 | 0 | 14 | 121 | 5D | 29 |
| Octal | 247 | 7 | 313 | 22 | 141 | 0 | 24 | 441 | 135 | 51 |
| Binary | 10100111 | 111 | 11001011 | 10010 | 1100001 | 0 | 10100 | 100100001 | 1011101 | 101001 |
Color Harmonies of #A707CB
Complementary color
Monochromatic Colors of #A707CB
Black with #A707CB
Text Example
Text Example
White with #A707CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A707CB; }
p { color: rgb(167,7,203); }
H1.HeaderClassName
{
color: #A707CB;
}
.AnyTagClassName
{
color: #A707CB;
}
</style>
background-color css
<style>
a { background-color: #A707CB; }
a { background-color: rgb(167,7,203); }
div.DivClassName
{
background-color: #A707CB;
}
.BgClassName
{
background-color: #A707CB;
}
</style>
border-color css
<style>
span { border-color: #A707CB; }
span { border-color: rgb(167,7,203); }
td.TdClassName
{
border-color: #A707CB;
}
.TagClassName
{
border-color: #A707CB;
}
</style>