Shades of Dark Violet #A007B7
Tints of Dark Violet #A007B7
RGB
CMYK
RGB Variations
Color information
#A007B7 (or 0xA007B7) is known color: Dark Violet. HEX triplet: A0, 07 and B7. RGB value is (160,7,183). Sum of RGB (Red+Green+Blue) = 160+7+183=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #A007B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007B7 is #5FF848. Grayscale: #484848. Windows color (decimal): -6289481 or 11995040. OLE color: 11995040.
HSL color Cylindrical-coordinate representation of color #A007B7: hue angle of 292.16º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007B7 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 7 | 183 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.28 |
| HSL | 292.16º | 0.93% | 0.37% | - |
| HSV(B) | 292.16º | 0.96% | 0.72% | - |
| XYZ | 23.12 | 11.04 | 45.71 | - |
| YUV | 72.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 183 | 0.13 | 0.96 | 0 | 0.28 | 292.16 | 0.93 | 0.37 |
| Hex | A0 | 7 | B7 | D | 60 | 0 | 1C | 124 | 5D | 25 |
| Octal | 240 | 7 | 267 | 15 | 140 | 0 | 34 | 444 | 135 | 45 |
| Binary | 10100000 | 111 | 10110111 | 1101 | 1100000 | 0 | 11100 | 100100100 | 1011101 | 100101 |
Color Harmonies of #A007B7
Complementary color
Monochromatic Colors of #A007B7
Black with #A007B7
Text Example
Text Example
White with #A007B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007B7; }
p { color: rgb(160,7,183); }
H1.HeaderClassName
{
color: #A007B7;
}
.AnyTagClassName
{
color: #A007B7;
}
</style>
background-color css
<style>
a { background-color: #A007B7; }
a { background-color: rgb(160,7,183); }
div.DivClassName
{
background-color: #A007B7;
}
.BgClassName
{
background-color: #A007B7;
}
</style>
border-color css
<style>
span { border-color: #A007B7; }
span { border-color: rgb(160,7,183); }
td.TdClassName
{
border-color: #A007B7;
}
.TagClassName
{
border-color: #A007B7;
}
</style>