Shades of Dark Violet #A608B2
Tints of Dark Violet #A608B2
RGB
CMYK
RGB Variations
Color information
#A608B2 (or 0xA608B2) is known color: Dark Violet. HEX triplet: A6, 08 and B2. RGB value is (166,8,178). Sum of RGB (Red+Green+Blue) = 166+8+178=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #A608B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A608B2 is #59F74D. Grayscale: #4A4A4A. Windows color (decimal): -5896014 or 11667622. OLE color: 11667622.
HSL color Cylindrical-coordinate representation of color #A608B2: hue angle of 295.76º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608B2 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 8 | 178 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.30 |
| HSL | 295.76º | 0.91% | 0.36% | - |
| HSV(B) | 295.76º | 0.96% | 0.7% | - |
| XYZ | 23.85 | 11.5 | 43.08 | - |
| YUV | 74.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 178 | 0.07 | 0.96 | 0 | 0.30 | 295.76 | 0.91 | 0.36 |
| Hex | A6 | 8 | B2 | 7 | 60 | 0 | 1E | 128 | 5B | 24 |
| Octal | 246 | 10 | 262 | 7 | 140 | 0 | 36 | 450 | 133 | 44 |
| Binary | 10100110 | 1000 | 10110010 | 111 | 1100000 | 0 | 11110 | 100101000 | 1011011 | 100100 |
Color Harmonies of #A608B2
Complementary color
Monochromatic Colors of #A608B2
Black with #A608B2
Text Example
Text Example
White with #A608B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608B2; }
p { color: rgb(166,8,178); }
H1.HeaderClassName
{
color: #A608B2;
}
.AnyTagClassName
{
color: #A608B2;
}
</style>
background-color css
<style>
a { background-color: #A608B2; }
a { background-color: rgb(166,8,178); }
div.DivClassName
{
background-color: #A608B2;
}
.BgClassName
{
background-color: #A608B2;
}
</style>
border-color css
<style>
span { border-color: #A608B2; }
span { border-color: rgb(166,8,178); }
td.TdClassName
{
border-color: #A608B2;
}
.TagClassName
{
border-color: #A608B2;
}
</style>