Shades of Dark Violet #A710BD
Tints of Dark Violet #A710BD
RGB
CMYK
RGB Variations
Color information
#A710BD (or 0xA710BD) is known color: Dark Violet. HEX triplet: A7, 10 and BD. RGB value is (167,16,189). Sum of RGB (Red+Green+Blue) = 167+16+189=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #A710BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710BD is #58EF42. Grayscale: #505050. Windows color (decimal): -5828419 or 12390567. OLE color: 12390567.
HSL color Cylindrical-coordinate representation of color #A710BD: hue angle of 292.37º 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 #A710BD is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 16 | 189 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.26 |
| HSL | 292.37º | 0.84% | 0.4% | - |
| HSV(B) | 292.37º | 0.92% | 0.74% | - |
| XYZ | 25.31 | 12.26 | 49.18 | - |
| YUV | 80.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 189 | 0.12 | 0.92 | 0 | 0.26 | 292.37 | 0.84 | 0.4 |
| Hex | A7 | 10 | BD | C | 5C | 0 | 1A | 124 | 54 | 28 |
| Octal | 247 | 20 | 275 | 14 | 134 | 0 | 32 | 444 | 124 | 50 |
| Binary | 10100111 | 10000 | 10111101 | 1100 | 1011100 | 0 | 11010 | 100100100 | 1010100 | 101000 |
Color Harmonies of #A710BD
Complementary color
Monochromatic Colors of #A710BD
Black with #A710BD
Text Example
Text Example
White with #A710BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710BD; }
p { color: rgb(167,16,189); }
H1.HeaderClassName
{
color: #A710BD;
}
.AnyTagClassName
{
color: #A710BD;
}
</style>
background-color css
<style>
a { background-color: #A710BD; }
a { background-color: rgb(167,16,189); }
div.DivClassName
{
background-color: #A710BD;
}
.BgClassName
{
background-color: #A710BD;
}
</style>
border-color css
<style>
span { border-color: #A710BD; }
span { border-color: rgb(167,16,189); }
td.TdClassName
{
border-color: #A710BD;
}
.TagClassName
{
border-color: #A710BD;
}
</style>