Shades of Dark Violet #A705BD
Tints of Dark Violet #A705BD
RGB
CMYK
RGB Variations
Color information
#A705BD (or 0xA705BD) is known color: Dark Violet. HEX triplet: A7, 05 and BD. RGB value is (167,5,189). Sum of RGB (Red+Green+Blue) = 167+5+189=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #A705BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705BD is #58FA42. Grayscale: #494949. Windows color (decimal): -5831235 or 12387751. OLE color: 12387751.
HSL color Cylindrical-coordinate representation of color #A705BD: hue angle of 292.83º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705BD is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 5 | 189 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.26 |
| HSL | 292.83º | 0.95% | 0.38% | - |
| HSV(B) | 292.83º | 0.97% | 0.74% | - |
| XYZ | 25.18 | 12 | 49.13 | - |
| YUV | 74.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 189 | 0.12 | 0.97 | 0 | 0.26 | 292.83 | 0.95 | 0.38 |
| Hex | A7 | 5 | BD | C | 61 | 0 | 1A | 125 | 5F | 26 |
| Octal | 247 | 5 | 275 | 14 | 141 | 0 | 32 | 445 | 137 | 46 |
| Binary | 10100111 | 101 | 10111101 | 1100 | 1100001 | 0 | 11010 | 100100101 | 1011111 | 100110 |
Color Harmonies of #A705BD
Complementary color
Monochromatic Colors of #A705BD
Black with #A705BD
Text Example
Text Example
White with #A705BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705BD; }
p { color: rgb(167,5,189); }
H1.HeaderClassName
{
color: #A705BD;
}
.AnyTagClassName
{
color: #A705BD;
}
</style>
background-color css
<style>
a { background-color: #A705BD; }
a { background-color: rgb(167,5,189); }
div.DivClassName
{
background-color: #A705BD;
}
.BgClassName
{
background-color: #A705BD;
}
</style>
border-color css
<style>
span { border-color: #A705BD; }
span { border-color: rgb(167,5,189); }
td.TdClassName
{
border-color: #A705BD;
}
.TagClassName
{
border-color: #A705BD;
}
</style>