Shades of Dark Violet #A701C9
Tints of Dark Violet #A701C9
RGB
CMYK
RGB Variations
Color information
#A701C9 (or 0xA701C9) is known color: Dark Violet. HEX triplet: A7, 01 and C9. RGB value is (167,1,201). Sum of RGB (Red+Green+Blue) = 167+1+201=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #A701C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701C9 is #58FE36. Grayscale: #484848. Windows color (decimal): -5832247 or 13173159. OLE color: 13173159.
HSL color Cylindrical-coordinate representation of color #A701C9: hue angle of 289.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701C9 is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 1 | 201 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.21 |
| HSL | 289.8º | 0.99% | 0.4% | - |
| HSV(B) | 289.8º | 1% | 0.79% | - |
| XYZ | 26.49 | 12.45 | 56.27 | - |
| YUV | 73.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 201 | 0.17 | 1.00 | 0 | 0.21 | 289.8 | 0.99 | 0.4 |
| Hex | A7 | 1 | C9 | 11 | 64 | 0 | 15 | 122 | 63 | 28 |
| Octal | 247 | 1 | 311 | 21 | 144 | 0 | 25 | 442 | 143 | 50 |
| Binary | 10100111 | 1 | 11001001 | 10001 | 1100100 | 0 | 10101 | 100100010 | 1100011 | 101000 |
Color Harmonies of #A701C9
Complementary color
Monochromatic Colors of #A701C9
Black with #A701C9
Text Example
Text Example
White with #A701C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701C9; }
p { color: rgb(167,1,201); }
H1.HeaderClassName
{
color: #A701C9;
}
.AnyTagClassName
{
color: #A701C9;
}
</style>
background-color css
<style>
a { background-color: #A701C9; }
a { background-color: rgb(167,1,201); }
div.DivClassName
{
background-color: #A701C9;
}
.BgClassName
{
background-color: #A701C9;
}
</style>
border-color css
<style>
span { border-color: #A701C9; }
span { border-color: rgb(167,1,201); }
td.TdClassName
{
border-color: #A701C9;
}
.TagClassName
{
border-color: #A701C9;
}
</style>