Shades of Dark Violet #A709BD
Tints of Dark Violet #A709BD
RGB
CMYK
RGB Variations
Color information
#A709BD (or 0xA709BD) is known color: Dark Violet. HEX triplet: A7, 09 and BD. RGB value is (167,9,189). Sum of RGB (Red+Green+Blue) = 167+9+189=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #A709BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A709BD is #58F642. Grayscale: #4C4C4C. Windows color (decimal): -5830211 or 12388775. OLE color: 12388775.
HSL color Cylindrical-coordinate representation of color #A709BD: hue angle of 292.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A709BD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 9 | 189 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.26 |
| HSL | 292.67º | 0.91% | 0.39% | - |
| HSV(B) | 292.67º | 0.95% | 0.74% | - |
| XYZ | 25.22 | 12.08 | 49.15 | - |
| YUV | 76.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 9 | 189 | 0.12 | 0.95 | 0 | 0.26 | 292.67 | 0.91 | 0.39 |
| Hex | A7 | 9 | BD | C | 5F | 0 | 1A | 125 | 5B | 27 |
| Octal | 247 | 11 | 275 | 14 | 137 | 0 | 32 | 445 | 133 | 47 |
| Binary | 10100111 | 1001 | 10111101 | 1100 | 1011111 | 0 | 11010 | 100100101 | 1011011 | 100111 |
Color Harmonies of #A709BD
Complementary color
Monochromatic Colors of #A709BD
Black with #A709BD
Text Example
Text Example
White with #A709BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A709BD; }
p { color: rgb(167,9,189); }
H1.HeaderClassName
{
color: #A709BD;
}
.AnyTagClassName
{
color: #A709BD;
}
</style>
background-color css
<style>
a { background-color: #A709BD; }
a { background-color: rgb(167,9,189); }
div.DivClassName
{
background-color: #A709BD;
}
.BgClassName
{
background-color: #A709BD;
}
</style>
border-color css
<style>
span { border-color: #A709BD; }
span { border-color: rgb(167,9,189); }
td.TdClassName
{
border-color: #A709BD;
}
.TagClassName
{
border-color: #A709BD;
}
</style>