Shades of Dark Violet #AB01BD
Tints of Dark Violet #AB01BD
RGB
CMYK
RGB Variations
Color information
#AB01BD (or 0xAB01BD) is known color: Dark Violet. HEX triplet: AB, 01 and BD. RGB value is (171,1,189). Sum of RGB (Red+Green+Blue) = 171+1+189=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB01BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01BD is #54FE42. Grayscale: #484848. Windows color (decimal): -5570115 or 12386731. OLE color: 12386731.
HSL color Cylindrical-coordinate representation of color #AB01BD: hue angle of 294.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB01BD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 1 | 189 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.26 |
| HSL | 294.26º | 0.99% | 0.37% | - |
| HSV(B) | 294.26º | 0.99% | 0.74% | - |
| XYZ | 25.99 | 12.35 | 49.16 | - |
| YUV | 73.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 189 | 0.10 | 0.99 | 0 | 0.26 | 294.26 | 0.99 | 0.37 |
| Hex | AB | 1 | BD | A | 63 | 0 | 1A | 126 | 63 | 25 |
| Octal | 253 | 1 | 275 | 12 | 143 | 0 | 32 | 446 | 143 | 45 |
| Binary | 10101011 | 1 | 10111101 | 1010 | 1100011 | 0 | 11010 | 100100110 | 1100011 | 100101 |
Color Harmonies of #AB01BD
Complementary color
Monochromatic Colors of #AB01BD
Black with #AB01BD
Text Example
Text Example
White with #AB01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01BD; }
p { color: rgb(171,1,189); }
H1.HeaderClassName
{
color: #AB01BD;
}
.AnyTagClassName
{
color: #AB01BD;
}
</style>
background-color css
<style>
a { background-color: #AB01BD; }
a { background-color: rgb(171,1,189); }
div.DivClassName
{
background-color: #AB01BD;
}
.BgClassName
{
background-color: #AB01BD;
}
</style>
border-color css
<style>
span { border-color: #AB01BD; }
span { border-color: rgb(171,1,189); }
td.TdClassName
{
border-color: #AB01BD;
}
.TagClassName
{
border-color: #AB01BD;
}
</style>