Shades of Dark Violet #A701CF
Tints of Dark Violet #A701CF
RGB
CMYK
RGB Variations
Color information
#A701CF (or 0xA701CF) is known color: Dark Violet. HEX triplet: A7, 01 and CF. RGB value is (167,1,207). Sum of RGB (Red+Green+Blue) = 167+1+207=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #A701CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701CF is #58FE30. Grayscale: #494949. Windows color (decimal): -5832241 or 13566375. OLE color: 13566375.
HSL color Cylindrical-coordinate representation of color #A701CF: hue angle of 288.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701CF is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 1 | 207 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.19 |
| HSL | 288.35º | 0.99% | 0.41% | - |
| HSV(B) | 288.35º | 1% | 0.81% | - |
| XYZ | 27.21 | 12.74 | 60.06 | - |
| YUV | 74.12 | 203 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 207 | 0.19 | 1.00 | 0 | 0.19 | 288.35 | 0.99 | 0.41 |
| Hex | A7 | 1 | CF | 13 | 64 | 0 | 13 | 120 | 63 | 29 |
| Octal | 247 | 1 | 317 | 23 | 144 | 0 | 23 | 440 | 143 | 51 |
| Binary | 10100111 | 1 | 11001111 | 10011 | 1100100 | 0 | 10011 | 100100000 | 1100011 | 101001 |
Color Harmonies of #A701CF
Complementary color
Monochromatic Colors of #A701CF
Black with #A701CF
Text Example
Text Example
White with #A701CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701CF; }
p { color: rgb(167,1,207); }
H1.HeaderClassName
{
color: #A701CF;
}
.AnyTagClassName
{
color: #A701CF;
}
</style>
background-color css
<style>
a { background-color: #A701CF; }
a { background-color: rgb(167,1,207); }
div.DivClassName
{
background-color: #A701CF;
}
.BgClassName
{
background-color: #A701CF;
}
</style>
border-color css
<style>
span { border-color: #A701CF; }
span { border-color: rgb(167,1,207); }
td.TdClassName
{
border-color: #A701CF;
}
.TagClassName
{
border-color: #A701CF;
}
</style>