Shades of Dark Violet #A701D3
Tints of Dark Violet #A701D3
RGB
CMYK
RGB Variations
Color information
#A701D3 (or 0xA701D3) is known color: Dark Violet. HEX triplet: A7, 01 and D3. RGB value is (167,1,211). Sum of RGB (Red+Green+Blue) = 167+1+211=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #A701D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701D3 is #58FE2C. Grayscale: #494949. Windows color (decimal): -5832237 or 13828519. OLE color: 13828519.
HSL color Cylindrical-coordinate representation of color #A701D3: hue angle of 287.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701D3 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 1 | 211 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.17 |
| HSL | 287.43º | 0.99% | 0.42% | - |
| HSV(B) | 287.43º | 1% | 0.83% | - |
| XYZ | 27.71 | 12.94 | 62.67 | - |
| YUV | 74.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 211 | 0.21 | 1.00 | 0 | 0.17 | 287.43 | 0.99 | 0.42 |
| Hex | A7 | 1 | D3 | 15 | 64 | 0 | 11 | 11F | 63 | 2A |
| Octal | 247 | 1 | 323 | 25 | 144 | 0 | 21 | 437 | 143 | 52 |
| Binary | 10100111 | 1 | 11010011 | 10101 | 1100100 | 0 | 10001 | 100011111 | 1100011 | 101010 |
Color Harmonies of #A701D3
Complementary color
Monochromatic Colors of #A701D3
Black with #A701D3
Text Example
Text Example
White with #A701D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701D3; }
p { color: rgb(167,1,211); }
H1.HeaderClassName
{
color: #A701D3;
}
.AnyTagClassName
{
color: #A701D3;
}
</style>
background-color css
<style>
a { background-color: #A701D3; }
a { background-color: rgb(167,1,211); }
div.DivClassName
{
background-color: #A701D3;
}
.BgClassName
{
background-color: #A701D3;
}
</style>
border-color css
<style>
span { border-color: #A701D3; }
span { border-color: rgb(167,1,211); }
td.TdClassName
{
border-color: #A701D3;
}
.TagClassName
{
border-color: #A701D3;
}
</style>