Shades of Dark Violet #A007B3
Tints of Dark Violet #A007B3
RGB
CMYK
RGB Variations
Color information
#A007B3 (or 0xA007B3) is known color: Dark Violet. HEX triplet: A0, 07 and B3. RGB value is (160,7,179). Sum of RGB (Red+Green+Blue) = 160+7+179=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #A007B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007B3 is #5FF84C. Grayscale: #474747. Windows color (decimal): -6289485 or 11732896. OLE color: 11732896.
HSL color Cylindrical-coordinate representation of color #A007B3: hue angle of 293.37º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007B3 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 7 | 179 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.30 |
| HSL | 293.37º | 0.92% | 0.36% | - |
| HSV(B) | 293.37º | 0.96% | 0.7% | - |
| XYZ | 22.71 | 10.88 | 43.55 | - |
| YUV | 72.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 179 | 0.11 | 0.96 | 0 | 0.30 | 293.37 | 0.92 | 0.36 |
| Hex | A0 | 7 | B3 | B | 60 | 0 | 1E | 125 | 5C | 24 |
| Octal | 240 | 7 | 263 | 13 | 140 | 0 | 36 | 445 | 134 | 44 |
| Binary | 10100000 | 111 | 10110011 | 1011 | 1100000 | 0 | 11110 | 100100101 | 1011100 | 100100 |
Color Harmonies of #A007B3
Complementary color
Monochromatic Colors of #A007B3
Black with #A007B3
Text Example
Text Example
White with #A007B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007B3; }
p { color: rgb(160,7,179); }
H1.HeaderClassName
{
color: #A007B3;
}
.AnyTagClassName
{
color: #A007B3;
}
</style>
background-color css
<style>
a { background-color: #A007B3; }
a { background-color: rgb(160,7,179); }
div.DivClassName
{
background-color: #A007B3;
}
.BgClassName
{
background-color: #A007B3;
}
</style>
border-color css
<style>
span { border-color: #A007B3; }
span { border-color: rgb(160,7,179); }
td.TdClassName
{
border-color: #A007B3;
}
.TagClassName
{
border-color: #A007B3;
}
</style>