Shades of Dark Violet #A602B2
Tints of Dark Violet #A602B2
RGB
CMYK
RGB Variations
Color information
#A602B2 (or 0xA602B2) is known color: Dark Violet. HEX triplet: A6, 02 and B2. RGB value is (166,2,178). Sum of RGB (Red+Green+Blue) = 166+2+178=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 2 (1.17% from 255 or 0.58% 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 #A602B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A602B2 is #59FD4D. Grayscale: #464646. Windows color (decimal): -5897550 or 11666086. OLE color: 11666086.
HSL color Cylindrical-coordinate representation of color #A602B2: hue angle of 295.91º degrees, saturation: 0.98, 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 #A602B2 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 2 | 178 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.30 |
| HSL | 295.91º | 0.98% | 0.35% | - |
| HSV(B) | 295.91º | 0.99% | 0.7% | - |
| XYZ | 23.78 | 11.36 | 43.06 | - |
| YUV | 71.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 178 | 0.07 | 0.99 | 0 | 0.30 | 295.91 | 0.98 | 0.35 |
| Hex | A6 | 2 | B2 | 7 | 63 | 0 | 1E | 128 | 62 | 23 |
| Octal | 246 | 2 | 262 | 7 | 143 | 0 | 36 | 450 | 142 | 43 |
| Binary | 10100110 | 10 | 10110010 | 111 | 1100011 | 0 | 11110 | 100101000 | 1100010 | 100011 |
Color Harmonies of #A602B2
Complementary color
Monochromatic Colors of #A602B2
Black with #A602B2
Text Example
Text Example
White with #A602B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602B2; }
p { color: rgb(166,2,178); }
H1.HeaderClassName
{
color: #A602B2;
}
.AnyTagClassName
{
color: #A602B2;
}
</style>
background-color css
<style>
a { background-color: #A602B2; }
a { background-color: rgb(166,2,178); }
div.DivClassName
{
background-color: #A602B2;
}
.BgClassName
{
background-color: #A602B2;
}
</style>
border-color css
<style>
span { border-color: #A602B2; }
span { border-color: rgb(166,2,178); }
td.TdClassName
{
border-color: #A602B2;
}
.TagClassName
{
border-color: #A602B2;
}
</style>