Shades of Dark Violet #A200B2
Tints of Dark Violet #A200B2
RGB
CMYK
RGB Variations
Color information
#A200B2 (or 0xA200B2) is known color: Dark Violet. HEX triplet: A2, 00 and B2. RGB value is (162,0,178). Sum of RGB (Red+Green+Blue) = 162+0+178=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #A200B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200B2 is #5DFF4D. Grayscale: #444444. Windows color (decimal): -6160206 or 11665570. OLE color: 11665570.
HSL color Cylindrical-coordinate representation of color #A200B2: hue angle of 294.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200B2 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 0 | 178 | - |
| CMYK | 0.09 | 1 | 0 | 0.30 |
| HSL | 294.61º | 1% | 0.35% | - |
| HSV(B) | 294.61º | 1% | 0.7% | - |
| XYZ | 22.94 | 10.9 | 43.01 | - |
| YUV | 68.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 178 | 0.09 | 1 | 0 | 0.30 | 294.61 | 1 | 0.35 |
| Hex | A2 | 0 | B2 | 9 | 64 | 0 | 1E | 127 | 64 | 23 |
| Octal | 242 | 0 | 262 | 11 | 144 | 0 | 36 | 447 | 144 | 43 |
| Binary | 10100010 | 0 | 10110010 | 1001 | 1100100 | 0 | 11110 | 100100111 | 1100100 | 100011 |
Color Harmonies of #A200B2
Complementary color
Monochromatic Colors of #A200B2
Black with #A200B2
Text Example
Text Example
White with #A200B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200B2; }
p { color: rgb(162,0,178); }
H1.HeaderClassName
{
color: #A200B2;
}
.AnyTagClassName
{
color: #A200B2;
}
</style>
background-color css
<style>
a { background-color: #A200B2; }
a { background-color: rgb(162,0,178); }
div.DivClassName
{
background-color: #A200B2;
}
.BgClassName
{
background-color: #A200B2;
}
</style>
border-color css
<style>
span { border-color: #A200B2; }
span { border-color: rgb(162,0,178); }
td.TdClassName
{
border-color: #A200B2;
}
.TagClassName
{
border-color: #A200B2;
}
</style>