Shades of Dark Violet #A701D2
Tints of Dark Violet #A701D2
RGB
CMYK
RGB Variations
Color information
#A701D2 (or 0xA701D2) is known color: Dark Violet. HEX triplet: A7, 01 and D2. RGB value is (167,1,210). Sum of RGB (Red+Green+Blue) = 167+1+210=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #A701D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701D2 is #58FE2D. Grayscale: #494949. Windows color (decimal): -5832238 or 13762983. OLE color: 13762983.
HSL color Cylindrical-coordinate representation of color #A701D2: hue angle of 287.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701D2 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 1 | 210 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.18 |
| HSL | 287.66º | 0.99% | 0.41% | - |
| HSV(B) | 287.66º | 1% | 0.82% | - |
| XYZ | 27.58 | 12.89 | 62.01 | - |
| YUV | 74.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 210 | 0.20 | 1.00 | 0 | 0.18 | 287.66 | 0.99 | 0.41 |
| Hex | A7 | 1 | D2 | 14 | 64 | 0 | 12 | 120 | 63 | 29 |
| Octal | 247 | 1 | 322 | 24 | 144 | 0 | 22 | 440 | 143 | 51 |
| Binary | 10100111 | 1 | 11010010 | 10100 | 1100100 | 0 | 10010 | 100100000 | 1100011 | 101001 |
Color Harmonies of #A701D2
Complementary color
Monochromatic Colors of #A701D2
Black with #A701D2
Text Example
Text Example
White with #A701D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701D2; }
p { color: rgb(167,1,210); }
H1.HeaderClassName
{
color: #A701D2;
}
.AnyTagClassName
{
color: #A701D2;
}
</style>
background-color css
<style>
a { background-color: #A701D2; }
a { background-color: rgb(167,1,210); }
div.DivClassName
{
background-color: #A701D2;
}
.BgClassName
{
background-color: #A701D2;
}
</style>
border-color css
<style>
span { border-color: #A701D2; }
span { border-color: rgb(167,1,210); }
td.TdClassName
{
border-color: #A701D2;
}
.TagClassName
{
border-color: #A701D2;
}
</style>