Shades of Dark Violet #A710BB
Tints of Dark Violet #A710BB
RGB
CMYK
RGB Variations
Color information
#A710BB (or 0xA710BB) is known color: Dark Violet. HEX triplet: A7, 10 and BB. RGB value is (167,16,187). Sum of RGB (Red+Green+Blue) = 167+16+187=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #A710BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710BB is #58EF44. Grayscale: #505050. Windows color (decimal): -5828421 or 12259495. OLE color: 12259495.
HSL color Cylindrical-coordinate representation of color #A710BB: hue angle of 292.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A710BB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 16 | 187 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.27 |
| HSL | 292.98º | 0.84% | 0.4% | - |
| HSV(B) | 292.98º | 0.91% | 0.73% | - |
| XYZ | 25.09 | 12.17 | 48.04 | - |
| YUV | 80.64 | 188.03 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 187 | 0.11 | 0.91 | 0 | 0.27 | 292.98 | 0.84 | 0.4 |
| Hex | A7 | 10 | BB | B | 5B | 0 | 1B | 125 | 54 | 28 |
| Octal | 247 | 20 | 273 | 13 | 133 | 0 | 33 | 445 | 124 | 50 |
| Binary | 10100111 | 10000 | 10111011 | 1011 | 1011011 | 0 | 11011 | 100100101 | 1010100 | 101000 |
Color Harmonies of #A710BB
Complementary color
Monochromatic Colors of #A710BB
Black with #A710BB
Text Example
Text Example
White with #A710BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710BB; }
p { color: rgb(167,16,187); }
H1.HeaderClassName
{
color: #A710BB;
}
.AnyTagClassName
{
color: #A710BB;
}
</style>
background-color css
<style>
a { background-color: #A710BB; }
a { background-color: rgb(167,16,187); }
div.DivClassName
{
background-color: #A710BB;
}
.BgClassName
{
background-color: #A710BB;
}
</style>
border-color css
<style>
span { border-color: #A710BB; }
span { border-color: rgb(167,16,187); }
td.TdClassName
{
border-color: #A710BB;
}
.TagClassName
{
border-color: #A710BB;
}
</style>