Shades of Dark Violet #A200B6
Tints of Dark Violet #A200B6
RGB
CMYK
RGB Variations
Color information
#A200B6 (or 0xA200B6) is known color: Dark Violet. HEX triplet: A2, 00 and B6. RGB value is (162,0,182). Sum of RGB (Red+Green+Blue) = 162+0+182=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #A200B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200B6 is #5DFF49. Grayscale: #444444. Windows color (decimal): -6160202 or 11927714. OLE color: 11927714.
HSL color Cylindrical-coordinate representation of color #A200B6: hue angle of 293.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200B6 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 0 | 182 | - |
| CMYK | 0.11 | 1 | 0 | 0.29 |
| HSL | 293.41º | 1% | 0.36% | - |
| HSV(B) | 293.41º | 1% | 0.71% | - |
| XYZ | 23.34 | 11.06 | 45.16 | - |
| YUV | 69.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 182 | 0.11 | 1 | 0 | 0.29 | 293.41 | 1 | 0.36 |
| Hex | A2 | 0 | B6 | B | 64 | 0 | 1D | 125 | 64 | 24 |
| Octal | 242 | 0 | 266 | 13 | 144 | 0 | 35 | 445 | 144 | 44 |
| Binary | 10100010 | 0 | 10110110 | 1011 | 1100100 | 0 | 11101 | 100100101 | 1100100 | 100100 |
Color Harmonies of #A200B6
Complementary color
Monochromatic Colors of #A200B6
Black with #A200B6
Text Example
Text Example
White with #A200B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200B6; }
p { color: rgb(162,0,182); }
H1.HeaderClassName
{
color: #A200B6;
}
.AnyTagClassName
{
color: #A200B6;
}
</style>
background-color css
<style>
a { background-color: #A200B6; }
a { background-color: rgb(162,0,182); }
div.DivClassName
{
background-color: #A200B6;
}
.BgClassName
{
background-color: #A200B6;
}
</style>
border-color css
<style>
span { border-color: #A200B6; }
span { border-color: rgb(162,0,182); }
td.TdClassName
{
border-color: #A200B6;
}
.TagClassName
{
border-color: #A200B6;
}
</style>