Shades of Dark Violet #A701CC
Tints of Dark Violet #A701CC
RGB
CMYK
RGB Variations
Color information
#A701CC (or 0xA701CC) is known color: Dark Violet. HEX triplet: A7, 01 and CC. RGB value is (167,1,204). Sum of RGB (Red+Green+Blue) = 167+1+204=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #A701CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701CC is #58FE33. Grayscale: #494949. Windows color (decimal): -5832244 or 13369767. OLE color: 13369767.
HSL color Cylindrical-coordinate representation of color #A701CC: hue angle of 289.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701CC is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 1 | 204 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.2 |
| HSL | 289.06º | 0.99% | 0.4% | - |
| HSV(B) | 289.06º | 1% | 0.8% | - |
| XYZ | 26.85 | 12.6 | 58.14 | - |
| YUV | 73.78 | 201.5 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 204 | 0.18 | 1.00 | 0 | 0.2 | 289.06 | 0.99 | 0.4 |
| Hex | A7 | 1 | CC | 12 | 64 | 0 | 14 | 121 | 63 | 28 |
| Octal | 247 | 1 | 314 | 22 | 144 | 0 | 24 | 441 | 143 | 50 |
| Binary | 10100111 | 1 | 11001100 | 10010 | 1100100 | 0 | 10100 | 100100001 | 1100011 | 101000 |
Color Harmonies of #A701CC
Complementary color
Monochromatic Colors of #A701CC
Black with #A701CC
Text Example
Text Example
White with #A701CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701CC; }
p { color: rgb(167,1,204); }
H1.HeaderClassName
{
color: #A701CC;
}
.AnyTagClassName
{
color: #A701CC;
}
</style>
background-color css
<style>
a { background-color: #A701CC; }
a { background-color: rgb(167,1,204); }
div.DivClassName
{
background-color: #A701CC;
}
.BgClassName
{
background-color: #A701CC;
}
</style>
border-color css
<style>
span { border-color: #A701CC; }
span { border-color: rgb(167,1,204); }
td.TdClassName
{
border-color: #A701CC;
}
.TagClassName
{
border-color: #A701CC;
}
</style>