Shades of Dark Violet #A008B2
Tints of Dark Violet #A008B2
RGB
CMYK
RGB Variations
Color information
#A008B2 (or 0xA008B2) is known color: Dark Violet. HEX triplet: A0, 08 and B2. RGB value is (160,8,178). Sum of RGB (Red+Green+Blue) = 160+8+178=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 8 (3.52% from 255 or 2.31% 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 #A008B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A008B2 is #5FF74D. Grayscale: #484848. Windows color (decimal): -6289230 or 11667616. OLE color: 11667616.
HSL color Cylindrical-coordinate representation of color #A008B2: hue angle of 293.65º 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 #A008B2 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 8 | 178 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.30 |
| HSL | 293.65º | 0.91% | 0.36% | - |
| HSV(B) | 293.65º | 0.96% | 0.7% | - |
| XYZ | 22.62 | 10.86 | 43.02 | - |
| YUV | 72.83 | 187.36 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 178 | 0.10 | 0.96 | 0 | 0.30 | 293.65 | 0.91 | 0.36 |
| Hex | A0 | 8 | B2 | A | 60 | 0 | 1E | 126 | 5B | 24 |
| Octal | 240 | 10 | 262 | 12 | 140 | 0 | 36 | 446 | 133 | 44 |
| Binary | 10100000 | 1000 | 10110010 | 1010 | 1100000 | 0 | 11110 | 100100110 | 1011011 | 100100 |
Color Harmonies of #A008B2
Complementary color
Monochromatic Colors of #A008B2
Black with #A008B2
Text Example
Text Example
White with #A008B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008B2; }
p { color: rgb(160,8,178); }
H1.HeaderClassName
{
color: #A008B2;
}
.AnyTagClassName
{
color: #A008B2;
}
</style>
background-color css
<style>
a { background-color: #A008B2; }
a { background-color: rgb(160,8,178); }
div.DivClassName
{
background-color: #A008B2;
}
.BgClassName
{
background-color: #A008B2;
}
</style>
border-color css
<style>
span { border-color: #A008B2; }
span { border-color: rgb(160,8,178); }
td.TdClassName
{
border-color: #A008B2;
}
.TagClassName
{
border-color: #A008B2;
}
</style>