Shades of Dark Violet #AB09BD
Tints of Dark Violet #AB09BD
RGB
CMYK
RGB Variations
Color information
#AB09BD (or 0xAB09BD) is known color: Dark Violet. HEX triplet: AB, 09 and BD. RGB value is (171,9,189). Sum of RGB (Red+Green+Blue) = 171+9+189=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB09BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB09BD is #54F642. Grayscale: #4D4D4D. Windows color (decimal): -5568067 or 12388779. OLE color: 12388779.
HSL color Cylindrical-coordinate representation of color #AB09BD: hue angle of 294º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB09BD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 9 | 189 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.26 |
| HSL | 294º | 0.91% | 0.39% | - |
| HSV(B) | 294º | 0.95% | 0.74% | - |
| XYZ | 26.08 | 12.53 | 49.19 | - |
| YUV | 77.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 189 | 0.10 | 0.95 | 0 | 0.26 | 294 | 0.91 | 0.39 |
| Hex | AB | 9 | BD | A | 5F | 0 | 1A | 126 | 5B | 27 |
| Octal | 253 | 11 | 275 | 12 | 137 | 0 | 32 | 446 | 133 | 47 |
| Binary | 10101011 | 1001 | 10111101 | 1010 | 1011111 | 0 | 11010 | 100100110 | 1011011 | 100111 |
Color Harmonies of #AB09BD
Complementary color
Monochromatic Colors of #AB09BD
Black with #AB09BD
Text Example
Text Example
White with #AB09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB09BD; }
p { color: rgb(171,9,189); }
H1.HeaderClassName
{
color: #AB09BD;
}
.AnyTagClassName
{
color: #AB09BD;
}
</style>
background-color css
<style>
a { background-color: #AB09BD; }
a { background-color: rgb(171,9,189); }
div.DivClassName
{
background-color: #AB09BD;
}
.BgClassName
{
background-color: #AB09BD;
}
</style>
border-color css
<style>
span { border-color: #AB09BD; }
span { border-color: rgb(171,9,189); }
td.TdClassName
{
border-color: #AB09BD;
}
.TagClassName
{
border-color: #AB09BD;
}
</style>