Shades of Dark Violet #A704CE
Tints of Dark Violet #A704CE
RGB
CMYK
RGB Variations
Color information
#A704CE (or 0xA704CE) is known color: Dark Violet. HEX triplet: A7, 04 and CE. RGB value is (167,4,206). Sum of RGB (Red+Green+Blue) = 167+4+206=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #A704CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A704CE is #58FB31. Grayscale: #4B4B4B. Windows color (decimal): -5831474 or 13501607. OLE color: 13501607.
HSL color Cylindrical-coordinate representation of color #A704CE: hue angle of 288.42º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A704CE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 4 | 206 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.19 |
| HSL | 288.42º | 0.96% | 0.41% | - |
| HSV(B) | 288.42º | 0.98% | 0.81% | - |
| XYZ | 27.12 | 12.76 | 59.43 | - |
| YUV | 75.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 4 | 206 | 0.19 | 0.98 | 0 | 0.19 | 288.42 | 0.96 | 0.41 |
| Hex | A7 | 4 | CE | 13 | 62 | 0 | 13 | 120 | 60 | 29 |
| Octal | 247 | 4 | 316 | 23 | 142 | 0 | 23 | 440 | 140 | 51 |
| Binary | 10100111 | 100 | 11001110 | 10011 | 1100010 | 0 | 10011 | 100100000 | 1100000 | 101001 |
Color Harmonies of #A704CE
Complementary color
Monochromatic Colors of #A704CE
Black with #A704CE
Text Example
Text Example
White with #A704CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A704CE; }
p { color: rgb(167,4,206); }
H1.HeaderClassName
{
color: #A704CE;
}
.AnyTagClassName
{
color: #A704CE;
}
</style>
background-color css
<style>
a { background-color: #A704CE; }
a { background-color: rgb(167,4,206); }
div.DivClassName
{
background-color: #A704CE;
}
.BgClassName
{
background-color: #A704CE;
}
</style>
border-color css
<style>
span { border-color: #A704CE; }
span { border-color: rgb(167,4,206); }
td.TdClassName
{
border-color: #A704CE;
}
.TagClassName
{
border-color: #A704CE;
}
</style>