Shades of Dark Violet #A700CE
Tints of Dark Violet #A700CE
RGB
CMYK
RGB Variations
Color information
#A700CE (or 0xA700CE) is known color: Dark Violet. HEX triplet: A7, 00 and CE. RGB value is (167,0,206). Sum of RGB (Red+Green+Blue) = 167+0+206=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #A700CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700CE is #58FF31. Grayscale: #484848. Windows color (decimal): -5832498 or 13500583. OLE color: 13500583.
HSL color Cylindrical-coordinate representation of color #A700CE: hue angle of 288.64º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700CE is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 0 | 206 | - |
| CMYK | 0.19 | 1 | 0 | 0.19 |
| HSL | 288.64º | 1% | 0.4% | - |
| HSV(B) | 288.64º | 1% | 0.81% | - |
| XYZ | 27.08 | 12.67 | 59.41 | - |
| YUV | 73.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 206 | 0.19 | 1 | 0 | 0.19 | 288.64 | 1 | 0.4 |
| Hex | A7 | 0 | CE | 13 | 64 | 0 | 13 | 121 | 64 | 28 |
| Octal | 247 | 0 | 316 | 23 | 144 | 0 | 23 | 441 | 144 | 50 |
| Binary | 10100111 | 0 | 11001110 | 10011 | 1100100 | 0 | 10011 | 100100001 | 1100100 | 101000 |
Color Harmonies of #A700CE
Complementary color
Monochromatic Colors of #A700CE
Black with #A700CE
Text Example
Text Example
White with #A700CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700CE; }
p { color: rgb(167,0,206); }
H1.HeaderClassName
{
color: #A700CE;
}
.AnyTagClassName
{
color: #A700CE;
}
</style>
background-color css
<style>
a { background-color: #A700CE; }
a { background-color: rgb(167,0,206); }
div.DivClassName
{
background-color: #A700CE;
}
.BgClassName
{
background-color: #A700CE;
}
</style>
border-color css
<style>
span { border-color: #A700CE; }
span { border-color: rgb(167,0,206); }
td.TdClassName
{
border-color: #A700CE;
}
.TagClassName
{
border-color: #A700CE;
}
</style>