Shades of Dark Violet #A710BC
Tints of Dark Violet #A710BC
RGB
CMYK
RGB Variations
Color information
#A710BC (or 0xA710BC) is known color: Dark Violet. HEX triplet: A7, 10 and BC. RGB value is (167,16,188). Sum of RGB (Red+Green+Blue) = 167+16+188=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #A710BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710BC is #58EF43. Grayscale: #505050. Windows color (decimal): -5828420 or 12325031. OLE color: 12325031.
HSL color Cylindrical-coordinate representation of color #A710BC: hue angle of 292.67º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A710BC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 16 | 188 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.26 |
| HSL | 292.67º | 0.84% | 0.4% | - |
| HSV(B) | 292.67º | 0.91% | 0.74% | - |
| XYZ | 25.2 | 12.22 | 48.61 | - |
| YUV | 80.76 | 188.53 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 188 | 0.11 | 0.91 | 0 | 0.26 | 292.67 | 0.84 | 0.4 |
| Hex | A7 | 10 | BC | B | 5B | 0 | 1A | 125 | 54 | 28 |
| Octal | 247 | 20 | 274 | 13 | 133 | 0 | 32 | 445 | 124 | 50 |
| Binary | 10100111 | 10000 | 10111100 | 1011 | 1011011 | 0 | 11010 | 100100101 | 1010100 | 101000 |
Color Harmonies of #A710BC
Complementary color
Monochromatic Colors of #A710BC
Black with #A710BC
Text Example
Text Example
White with #A710BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710BC; }
p { color: rgb(167,16,188); }
H1.HeaderClassName
{
color: #A710BC;
}
.AnyTagClassName
{
color: #A710BC;
}
</style>
background-color css
<style>
a { background-color: #A710BC; }
a { background-color: rgb(167,16,188); }
div.DivClassName
{
background-color: #A710BC;
}
.BgClassName
{
background-color: #A710BC;
}
</style>
border-color css
<style>
span { border-color: #A710BC; }
span { border-color: rgb(167,16,188); }
td.TdClassName
{
border-color: #A710BC;
}
.TagClassName
{
border-color: #A710BC;
}
</style>