Shades of Dark Violet #A20BCE
Tints of Dark Violet #A20BCE
RGB
CMYK
RGB Variations
Color information
#A20BCE (or 0xA20BCE) is known color: Dark Violet. HEX triplet: A2, 0B and CE. RGB value is (162,11,206). Sum of RGB (Red+Green+Blue) = 162+11+206=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #A20BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BCE is #5DF431. Grayscale: #4D4D4D. Windows color (decimal): -6157362 or 13503394. OLE color: 13503394.
HSL color Cylindrical-coordinate representation of color #A20BCE: hue angle of 286.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BCE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 11 | 206 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.19 |
| HSL | 286.46º | 0.9% | 0.43% | - |
| HSV(B) | 286.46º | 0.95% | 0.81% | - |
| XYZ | 26.16 | 12.38 | 59.4 | - |
| YUV | 78.38 | 200.03 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 206 | 0.21 | 0.95 | 0 | 0.19 | 286.46 | 0.9 | 0.43 |
| Hex | A2 | B | CE | 15 | 5F | 0 | 13 | 11E | 5A | 2B |
| Octal | 242 | 13 | 316 | 25 | 137 | 0 | 23 | 436 | 132 | 53 |
| Binary | 10100010 | 1011 | 11001110 | 10101 | 1011111 | 0 | 10011 | 100011110 | 1011010 | 101011 |
Color Harmonies of #A20BCE
Complementary color
Monochromatic Colors of #A20BCE
Black with #A20BCE
Text Example
Text Example
White with #A20BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BCE; }
p { color: rgb(162,11,206); }
H1.HeaderClassName
{
color: #A20BCE;
}
.AnyTagClassName
{
color: #A20BCE;
}
</style>
background-color css
<style>
a { background-color: #A20BCE; }
a { background-color: rgb(162,11,206); }
div.DivClassName
{
background-color: #A20BCE;
}
.BgClassName
{
background-color: #A20BCE;
}
</style>
border-color css
<style>
span { border-color: #A20BCE; }
span { border-color: rgb(162,11,206); }
td.TdClassName
{
border-color: #A20BCE;
}
.TagClassName
{
border-color: #A20BCE;
}
</style>