Shades of Dark Violet #A208BC
Tints of Dark Violet #A208BC
RGB
CMYK
RGB Variations
Color information
#A208BC (or 0xA208BC) is known color: Dark Violet. HEX triplet: A2, 08 and BC. RGB value is (162,8,188). Sum of RGB (Red+Green+Blue) = 162+8+188=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #A208BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208BC is #5DF743. Grayscale: #4A4A4A. Windows color (decimal): -6158148 or 12322978. OLE color: 12322978.
HSL color Cylindrical-coordinate representation of color #A208BC: hue angle of 291.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A208BC is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 8 | 188 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.26 |
| HSL | 291.33º | 0.92% | 0.38% | - |
| HSV(B) | 291.33º | 0.96% | 0.74% | - |
| XYZ | 24.06 | 11.49 | 48.53 | - |
| YUV | 74.57 | 192.02 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 188 | 0.14 | 0.96 | 0 | 0.26 | 291.33 | 0.92 | 0.38 |
| Hex | A2 | 8 | BC | E | 60 | 0 | 1A | 123 | 5C | 26 |
| Octal | 242 | 10 | 274 | 16 | 140 | 0 | 32 | 443 | 134 | 46 |
| Binary | 10100010 | 1000 | 10111100 | 1110 | 1100000 | 0 | 11010 | 100100011 | 1011100 | 100110 |
Color Harmonies of #A208BC
Complementary color
Monochromatic Colors of #A208BC
Black with #A208BC
Text Example
Text Example
White with #A208BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208BC; }
p { color: rgb(162,8,188); }
H1.HeaderClassName
{
color: #A208BC;
}
.AnyTagClassName
{
color: #A208BC;
}
</style>
background-color css
<style>
a { background-color: #A208BC; }
a { background-color: rgb(162,8,188); }
div.DivClassName
{
background-color: #A208BC;
}
.BgClassName
{
background-color: #A208BC;
}
</style>
border-color css
<style>
span { border-color: #A208BC; }
span { border-color: rgb(162,8,188); }
td.TdClassName
{
border-color: #A208BC;
}
.TagClassName
{
border-color: #A208BC;
}
</style>