Shades of Dark Violet #A007B5
Tints of Dark Violet #A007B5
RGB
CMYK
RGB Variations
Color information
#A007B5 (or 0xA007B5) is known color: Dark Violet. HEX triplet: A0, 07 and B5. RGB value is (160,7,181). Sum of RGB (Red+Green+Blue) = 160+7+181=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #A007B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007B5 is #5FF84A. Grayscale: #484848. Windows color (decimal): -6289483 or 11863968. OLE color: 11863968.
HSL color Cylindrical-coordinate representation of color #A007B5: hue angle of 292.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007B5 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 7 | 181 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.29 |
| HSL | 292.76º | 0.93% | 0.37% | - |
| HSV(B) | 292.76º | 0.96% | 0.71% | - |
| XYZ | 22.91 | 10.96 | 44.62 | - |
| YUV | 72.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 181 | 0.12 | 0.96 | 0 | 0.29 | 292.76 | 0.93 | 0.37 |
| Hex | A0 | 7 | B5 | C | 60 | 0 | 1D | 125 | 5D | 25 |
| Octal | 240 | 7 | 265 | 14 | 140 | 0 | 35 | 445 | 135 | 45 |
| Binary | 10100000 | 111 | 10110101 | 1100 | 1100000 | 0 | 11101 | 100100101 | 1011101 | 100101 |
Color Harmonies of #A007B5
Complementary color
Monochromatic Colors of #A007B5
Black with #A007B5
Text Example
Text Example
White with #A007B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007B5; }
p { color: rgb(160,7,181); }
H1.HeaderClassName
{
color: #A007B5;
}
.AnyTagClassName
{
color: #A007B5;
}
</style>
background-color css
<style>
a { background-color: #A007B5; }
a { background-color: rgb(160,7,181); }
div.DivClassName
{
background-color: #A007B5;
}
.BgClassName
{
background-color: #A007B5;
}
</style>
border-color css
<style>
span { border-color: #A007B5; }
span { border-color: rgb(160,7,181); }
td.TdClassName
{
border-color: #A007B5;
}
.TagClassName
{
border-color: #A007B5;
}
</style>