Shades of Dark Violet #A208BD
Tints of Dark Violet #A208BD
RGB
CMYK
RGB Variations
Color information
#A208BD (or 0xA208BD) is known color: Dark Violet. HEX triplet: A2, 08 and BD. RGB value is (162,8,189). Sum of RGB (Red+Green+Blue) = 162+8+189=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #A208BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208BD is #5DF742. Grayscale: #4A4A4A. Windows color (decimal): -6158147 or 12388514. OLE color: 12388514.
HSL color Cylindrical-coordinate representation of color #A208BD: hue angle of 291.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A208BD is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 8 | 189 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.26 |
| HSL | 291.05º | 0.92% | 0.39% | - |
| HSV(B) | 291.05º | 0.96% | 0.74% | - |
| XYZ | 24.17 | 11.53 | 49.1 | - |
| YUV | 74.68 | 192.52 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 189 | 0.14 | 0.96 | 0 | 0.26 | 291.05 | 0.92 | 0.39 |
| Hex | A2 | 8 | BD | E | 60 | 0 | 1A | 123 | 5C | 27 |
| Octal | 242 | 10 | 275 | 16 | 140 | 0 | 32 | 443 | 134 | 47 |
| Binary | 10100010 | 1000 | 10111101 | 1110 | 1100000 | 0 | 11010 | 100100011 | 1011100 | 100111 |
Color Harmonies of #A208BD
Complementary color
Monochromatic Colors of #A208BD
Black with #A208BD
Text Example
Text Example
White with #A208BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208BD; }
p { color: rgb(162,8,189); }
H1.HeaderClassName
{
color: #A208BD;
}
.AnyTagClassName
{
color: #A208BD;
}
</style>
background-color css
<style>
a { background-color: #A208BD; }
a { background-color: rgb(162,8,189); }
div.DivClassName
{
background-color: #A208BD;
}
.BgClassName
{
background-color: #A208BD;
}
</style>
border-color css
<style>
span { border-color: #A208BD; }
span { border-color: rgb(162,8,189); }
td.TdClassName
{
border-color: #A208BD;
}
.TagClassName
{
border-color: #A208BD;
}
</style>