Shades of Dark Violet #A701B1
Tints of Dark Violet #A701B1
RGB
CMYK
RGB Variations
Color information
#A701B1 (or 0xA701B1) is known color: Dark Violet. HEX triplet: A7, 01 and B1. RGB value is (167,1,177). Sum of RGB (Red+Green+Blue) = 167+1+177=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #A701B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A701B1 is #58FE4E. Grayscale: #464646. Windows color (decimal): -5832271 or 11600295. OLE color: 11600295.
HSL color Cylindrical-coordinate representation of color #A701B1: hue angle of 296.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A701B1 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 1 | 177 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.31 |
| HSL | 296.59º | 0.99% | 0.35% | - |
| HSV(B) | 296.59º | 0.99% | 0.69% | - |
| XYZ | 23.88 | 11.41 | 42.54 | - |
| YUV | 70.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 177 | 0.06 | 0.99 | 0 | 0.31 | 296.59 | 0.99 | 0.35 |
| Hex | A7 | 1 | B1 | 6 | 63 | 0 | 1F | 129 | 63 | 23 |
| Octal | 247 | 1 | 261 | 6 | 143 | 0 | 37 | 451 | 143 | 43 |
| Binary | 10100111 | 1 | 10110001 | 110 | 1100011 | 0 | 11111 | 100101001 | 1100011 | 100011 |
Color Harmonies of #A701B1
Complementary color
Monochromatic Colors of #A701B1
Black with #A701B1
Text Example
Text Example
White with #A701B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701B1; }
p { color: rgb(167,1,177); }
H1.HeaderClassName
{
color: #A701B1;
}
.AnyTagClassName
{
color: #A701B1;
}
</style>
background-color css
<style>
a { background-color: #A701B1; }
a { background-color: rgb(167,1,177); }
div.DivClassName
{
background-color: #A701B1;
}
.BgClassName
{
background-color: #A701B1;
}
</style>
border-color css
<style>
span { border-color: #A701B1; }
span { border-color: rgb(167,1,177); }
td.TdClassName
{
border-color: #A701B1;
}
.TagClassName
{
border-color: #A701B1;
}
</style>