Shades of Dark Violet #A810BD
Tints of Dark Violet #A810BD
RGB
CMYK
RGB Variations
Color information
#A810BD (or 0xA810BD) is known color: Dark Violet. HEX triplet: A8, 10 and BD. RGB value is (168,16,189). Sum of RGB (Red+Green+Blue) = 168+16+189=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #A810BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810BD is #57EF42. Grayscale: #505050. Windows color (decimal): -5762883 or 12390568. OLE color: 12390568.
HSL color Cylindrical-coordinate representation of color #A810BD: hue angle of 292.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A810BD is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 16 | 189 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.26 |
| HSL | 292.72º | 0.84% | 0.4% | - |
| HSV(B) | 292.72º | 0.92% | 0.74% | - |
| XYZ | 25.52 | 12.37 | 49.19 | - |
| YUV | 81.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 189 | 0.11 | 0.92 | 0 | 0.26 | 292.72 | 0.84 | 0.4 |
| Hex | A8 | 10 | BD | B | 5C | 0 | 1A | 125 | 54 | 28 |
| Octal | 250 | 20 | 275 | 13 | 134 | 0 | 32 | 445 | 124 | 50 |
| Binary | 10101000 | 10000 | 10111101 | 1011 | 1011100 | 0 | 11010 | 100100101 | 1010100 | 101000 |
Color Harmonies of #A810BD
Complementary color
Monochromatic Colors of #A810BD
Black with #A810BD
Text Example
Text Example
White with #A810BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810BD; }
p { color: rgb(168,16,189); }
H1.HeaderClassName
{
color: #A810BD;
}
.AnyTagClassName
{
color: #A810BD;
}
</style>
background-color css
<style>
a { background-color: #A810BD; }
a { background-color: rgb(168,16,189); }
div.DivClassName
{
background-color: #A810BD;
}
.BgClassName
{
background-color: #A810BD;
}
</style>
border-color css
<style>
span { border-color: #A810BD; }
span { border-color: rgb(168,16,189); }
td.TdClassName
{
border-color: #A810BD;
}
.TagClassName
{
border-color: #A810BD;
}
</style>