Shades of Dark Violet #A200B0
Tints of Dark Violet #A200B0
RGB
CMYK
RGB Variations
Color information
#A200B0 (or 0xA200B0) is known color: Dark Violet. HEX triplet: A2, 00 and B0. RGB value is (162,0,176). Sum of RGB (Red+Green+Blue) = 162+0+176=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #A200B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200B0 is #5DFF4F. Grayscale: #434343. Windows color (decimal): -6160208 or 11534498. OLE color: 11534498.
HSL color Cylindrical-coordinate representation of color #A200B0: hue angle of 295.23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200B0 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 0 | 176 | - |
| CMYK | 0.08 | 1 | 0 | 0.31 |
| HSL | 295.23º | 1% | 0.35% | - |
| HSV(B) | 295.23º | 1% | 0.69% | - |
| XYZ | 22.74 | 10.82 | 41.96 | - |
| YUV | 68.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 176 | 0.08 | 1 | 0 | 0.31 | 295.23 | 1 | 0.35 |
| Hex | A2 | 0 | B0 | 8 | 64 | 0 | 1F | 127 | 64 | 23 |
| Octal | 242 | 0 | 260 | 10 | 144 | 0 | 37 | 447 | 144 | 43 |
| Binary | 10100010 | 0 | 10110000 | 1000 | 1100100 | 0 | 11111 | 100100111 | 1100100 | 100011 |
Color Harmonies of #A200B0
Complementary color
Monochromatic Colors of #A200B0
Black with #A200B0
Text Example
Text Example
White with #A200B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200B0; }
p { color: rgb(162,0,176); }
H1.HeaderClassName
{
color: #A200B0;
}
.AnyTagClassName
{
color: #A200B0;
}
</style>
background-color css
<style>
a { background-color: #A200B0; }
a { background-color: rgb(162,0,176); }
div.DivClassName
{
background-color: #A200B0;
}
.BgClassName
{
background-color: #A200B0;
}
</style>
border-color css
<style>
span { border-color: #A200B0; }
span { border-color: rgb(162,0,176); }
td.TdClassName
{
border-color: #A200B0;
}
.TagClassName
{
border-color: #A200B0;
}
</style>