Shades of Dark Violet #A200B8
Tints of Dark Violet #A200B8
RGB
CMYK
RGB Variations
Color information
#A200B8 (or 0xA200B8) is known color: Dark Violet. HEX triplet: A2, 00 and B8. RGB value is (162,0,184). Sum of RGB (Red+Green+Blue) = 162+0+184=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #A200B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200B8 is #5DFF47. Grayscale: #444444. Windows color (decimal): -6160200 or 12058786. OLE color: 12058786.
HSL color Cylindrical-coordinate representation of color #A200B8: hue angle of 292.83º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200B8 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 0 | 184 | - |
| CMYK | 0.12 | 1 | 0 | 0.28 |
| HSL | 292.83º | 1% | 0.36% | - |
| HSV(B) | 292.83º | 1% | 0.72% | - |
| XYZ | 23.55 | 11.14 | 46.26 | - |
| YUV | 69.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 184 | 0.12 | 1 | 0 | 0.28 | 292.83 | 1 | 0.36 |
| Hex | A2 | 0 | B8 | C | 64 | 0 | 1C | 125 | 64 | 24 |
| Octal | 242 | 0 | 270 | 14 | 144 | 0 | 34 | 445 | 144 | 44 |
| Binary | 10100010 | 0 | 10111000 | 1100 | 1100100 | 0 | 11100 | 100100101 | 1100100 | 100100 |
Color Harmonies of #A200B8
Complementary color
Monochromatic Colors of #A200B8
Black with #A200B8
Text Example
Text Example
White with #A200B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200B8; }
p { color: rgb(162,0,184); }
H1.HeaderClassName
{
color: #A200B8;
}
.AnyTagClassName
{
color: #A200B8;
}
</style>
background-color css
<style>
a { background-color: #A200B8; }
a { background-color: rgb(162,0,184); }
div.DivClassName
{
background-color: #A200B8;
}
.BgClassName
{
background-color: #A200B8;
}
</style>
border-color css
<style>
span { border-color: #A200B8; }
span { border-color: rgb(162,0,184); }
td.TdClassName
{
border-color: #A200B8;
}
.TagClassName
{
border-color: #A200B8;
}
</style>