Shades of Dark Violet #A200BD
Tints of Dark Violet #A200BD
RGB
CMYK
RGB Variations
Color information
#A200BD (or 0xA200BD) is known color: Dark Violet. HEX triplet: A2, 00 and BD. RGB value is (162,0,189). Sum of RGB (Red+Green+Blue) = 162+0+189=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #A200BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200BD is #5DFF42. Grayscale: #454545. Windows color (decimal): -6160195 or 12386466. OLE color: 12386466.
HSL color Cylindrical-coordinate representation of color #A200BD: hue angle of 291.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200BD is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 0 | 189 | - |
| CMYK | 0.14 | 1 | 0 | 0.26 |
| HSL | 291.43º | 1% | 0.37% | - |
| HSV(B) | 291.43º | 1% | 0.74% | - |
| XYZ | 24.09 | 11.36 | 49.07 | - |
| YUV | 69.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 189 | 0.14 | 1 | 0 | 0.26 | 291.43 | 1 | 0.37 |
| Hex | A2 | 0 | BD | E | 64 | 0 | 1A | 123 | 64 | 25 |
| Octal | 242 | 0 | 275 | 16 | 144 | 0 | 32 | 443 | 144 | 45 |
| Binary | 10100010 | 0 | 10111101 | 1110 | 1100100 | 0 | 11010 | 100100011 | 1100100 | 100101 |
Color Harmonies of #A200BD
Complementary color
Monochromatic Colors of #A200BD
Black with #A200BD
Text Example
Text Example
White with #A200BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200BD; }
p { color: rgb(162,0,189); }
H1.HeaderClassName
{
color: #A200BD;
}
.AnyTagClassName
{
color: #A200BD;
}
</style>
background-color css
<style>
a { background-color: #A200BD; }
a { background-color: rgb(162,0,189); }
div.DivClassName
{
background-color: #A200BD;
}
.BgClassName
{
background-color: #A200BD;
}
</style>
border-color css
<style>
span { border-color: #A200BD; }
span { border-color: rgb(162,0,189); }
td.TdClassName
{
border-color: #A200BD;
}
.TagClassName
{
border-color: #A200BD;
}
</style>