Shades of Dark Violet #A601B2
Tints of Dark Violet #A601B2
RGB
CMYK
RGB Variations
Color information
#A601B2 (or 0xA601B2) is known color: Dark Violet. HEX triplet: A6, 01 and B2. RGB value is (166,1,178). Sum of RGB (Red+Green+Blue) = 166+1+178=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #A601B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A601B2 is #59FE4D. Grayscale: #454545. Windows color (decimal): -5897806 or 11665830. OLE color: 11665830.
HSL color Cylindrical-coordinate representation of color #A601B2: hue angle of 295.93º 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 #A601B2 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 1 | 178 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.30 |
| HSL | 295.93º | 0.99% | 0.35% | - |
| HSV(B) | 295.93º | 0.99% | 0.7% | - |
| XYZ | 23.77 | 11.34 | 43.06 | - |
| YUV | 70.51 | 188.66 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 178 | 0.07 | 0.99 | 0 | 0.30 | 295.93 | 0.99 | 0.35 |
| Hex | A6 | 1 | B2 | 7 | 63 | 0 | 1E | 128 | 63 | 23 |
| Octal | 246 | 1 | 262 | 7 | 143 | 0 | 36 | 450 | 143 | 43 |
| Binary | 10100110 | 1 | 10110010 | 111 | 1100011 | 0 | 11110 | 100101000 | 1100011 | 100011 |
Color Harmonies of #A601B2
Complementary color
Monochromatic Colors of #A601B2
Black with #A601B2
Text Example
Text Example
White with #A601B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601B2; }
p { color: rgb(166,1,178); }
H1.HeaderClassName
{
color: #A601B2;
}
.AnyTagClassName
{
color: #A601B2;
}
</style>
background-color css
<style>
a { background-color: #A601B2; }
a { background-color: rgb(166,1,178); }
div.DivClassName
{
background-color: #A601B2;
}
.BgClassName
{
background-color: #A601B2;
}
</style>
border-color css
<style>
span { border-color: #A601B2; }
span { border-color: rgb(166,1,178); }
td.TdClassName
{
border-color: #A601B2;
}
.TagClassName
{
border-color: #A601B2;
}
</style>