Shades of Dark Violet #AB07BB
Tints of Dark Violet #AB07BB
RGB
CMYK
RGB Variations
Color information
#AB07BB (or 0xAB07BB) is known color: Dark Violet. HEX triplet: AB, 07 and BB. RGB value is (171,7,187). Sum of RGB (Red+Green+Blue) = 171+7+187=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB07BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07BB is #54F844. Grayscale: #4C4C4C. Windows color (decimal): -5568581 or 12257195. OLE color: 12257195.
HSL color Cylindrical-coordinate representation of color #AB07BB: hue angle of 294.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07BB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 7 | 187 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.27 |
| HSL | 294.67º | 0.93% | 0.38% | - |
| HSV(B) | 294.67º | 0.96% | 0.73% | - |
| XYZ | 25.84 | 12.4 | 48.04 | - |
| YUV | 76.56 | 190.33 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 187 | 0.09 | 0.96 | 0 | 0.27 | 294.67 | 0.93 | 0.38 |
| Hex | AB | 7 | BB | 9 | 60 | 0 | 1B | 127 | 5D | 26 |
| Octal | 253 | 7 | 273 | 11 | 140 | 0 | 33 | 447 | 135 | 46 |
| Binary | 10101011 | 111 | 10111011 | 1001 | 1100000 | 0 | 11011 | 100100111 | 1011101 | 100110 |
Color Harmonies of #AB07BB
Complementary color
Monochromatic Colors of #AB07BB
Black with #AB07BB
Text Example
Text Example
White with #AB07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07BB; }
p { color: rgb(171,7,187); }
H1.HeaderClassName
{
color: #AB07BB;
}
.AnyTagClassName
{
color: #AB07BB;
}
</style>
background-color css
<style>
a { background-color: #AB07BB; }
a { background-color: rgb(171,7,187); }
div.DivClassName
{
background-color: #AB07BB;
}
.BgClassName
{
background-color: #AB07BB;
}
</style>
border-color css
<style>
span { border-color: #AB07BB; }
span { border-color: rgb(171,7,187); }
td.TdClassName
{
border-color: #AB07BB;
}
.TagClassName
{
border-color: #AB07BB;
}
</style>