Shades of Dark Violet #A701B2
Tints of Dark Violet #A701B2
RGB
CMYK
RGB Variations
Color information
#A701B2 (or 0xA701B2) is known color: Dark Violet. HEX triplet: A7, 01 and B2. RGB value is (167,1,178). Sum of RGB (Red+Green+Blue) = 167+1+178=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #A701B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A701B2 is #58FE4D. Grayscale: #464646. Windows color (decimal): -5832270 or 11665831. OLE color: 11665831.
HSL color Cylindrical-coordinate representation of color #A701B2: hue angle of 296.27º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A701B2 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 1 | 178 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.30 |
| HSL | 296.27º | 0.99% | 0.35% | - |
| HSV(B) | 296.27º | 0.99% | 0.7% | - |
| XYZ | 23.98 | 11.45 | 43.07 | - |
| YUV | 70.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 178 | 0.06 | 0.99 | 0 | 0.30 | 296.27 | 0.99 | 0.35 |
| Hex | A7 | 1 | B2 | 6 | 63 | 0 | 1E | 128 | 63 | 23 |
| Octal | 247 | 1 | 262 | 6 | 143 | 0 | 36 | 450 | 143 | 43 |
| Binary | 10100111 | 1 | 10110010 | 110 | 1100011 | 0 | 11110 | 100101000 | 1100011 | 100011 |
Color Harmonies of #A701B2
Complementary color
Monochromatic Colors of #A701B2
Black with #A701B2
Text Example
Text Example
White with #A701B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701B2; }
p { color: rgb(167,1,178); }
H1.HeaderClassName
{
color: #A701B2;
}
.AnyTagClassName
{
color: #A701B2;
}
</style>
background-color css
<style>
a { background-color: #A701B2; }
a { background-color: rgb(167,1,178); }
div.DivClassName
{
background-color: #A701B2;
}
.BgClassName
{
background-color: #A701B2;
}
</style>
border-color css
<style>
span { border-color: #A701B2; }
span { border-color: rgb(167,1,178); }
td.TdClassName
{
border-color: #A701B2;
}
.TagClassName
{
border-color: #A701B2;
}
</style>