Shades of Dark Violet #A008D2
Tints of Dark Violet #A008D2
RGB
CMYK
RGB Variations
Color information
#A008D2 (or 0xA008D2) is known color: Dark Violet. HEX triplet: A0, 08 and D2. RGB value is (160,8,210). Sum of RGB (Red+Green+Blue) = 160+8+210=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #A008D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008D2 is #5FF72D. Grayscale: #4B4B4B. Windows color (decimal): -6289198 or 13764768. OLE color: 13764768.
HSL color Cylindrical-coordinate representation of color #A008D2: hue angle of 285.15º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008D2 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 8 | 210 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.18 |
| HSL | 285.15º | 0.93% | 0.43% | - |
| HSV(B) | 285.15º | 0.96% | 0.82% | - |
| XYZ | 26.22 | 12.3 | 61.97 | - |
| YUV | 76.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 210 | 0.24 | 0.96 | 0 | 0.18 | 285.15 | 0.93 | 0.43 |
| Hex | A0 | 8 | D2 | 18 | 60 | 0 | 12 | 11D | 5D | 2B |
| Octal | 240 | 10 | 322 | 30 | 140 | 0 | 22 | 435 | 135 | 53 |
| Binary | 10100000 | 1000 | 11010010 | 11000 | 1100000 | 0 | 10010 | 100011101 | 1011101 | 101011 |
Color Harmonies of #A008D2
Complementary color
Monochromatic Colors of #A008D2
Black with #A008D2
Text Example
Text Example
White with #A008D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008D2; }
p { color: rgb(160,8,210); }
H1.HeaderClassName
{
color: #A008D2;
}
.AnyTagClassName
{
color: #A008D2;
}
</style>
background-color css
<style>
a { background-color: #A008D2; }
a { background-color: rgb(160,8,210); }
div.DivClassName
{
background-color: #A008D2;
}
.BgClassName
{
background-color: #A008D2;
}
</style>
border-color css
<style>
span { border-color: #A008D2; }
span { border-color: rgb(160,8,210); }
td.TdClassName
{
border-color: #A008D2;
}
.TagClassName
{
border-color: #A008D2;
}
</style>