Shades of Dark Orchid #AB31B0
Tints of Dark Orchid #AB31B0
RGB
CMYK
RGB Variations
Color information
#AB31B0 (or 0xAB31B0) is known color: Dark Orchid. HEX triplet: AB, 31 and B0. RGB value is (171,49,176). Sum of RGB (Red+Green+Blue) = 171+49+176=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB31B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB31B0 is #54CE4F. Grayscale: #636363. Windows color (decimal): -5557840 or 11547051. OLE color: 11547051.
HSL color Cylindrical-coordinate representation of color #AB31B0: hue angle of 297.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB31B0 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 49 | 176 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.31 |
| HSL | 297.64º | 0.56% | 0.44% | - |
| HSV(B) | 297.64º | 0.72% | 0.69% | - |
| XYZ | 25.73 | 13.99 | 42.42 | - |
| YUV | 99.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 176 | 0.03 | 0.72 | 0 | 0.31 | 297.64 | 0.56 | 0.44 |
| Hex | AB | 31 | B0 | 3 | 48 | 0 | 1F | 12A | 38 | 2C |
| Octal | 253 | 61 | 260 | 3 | 110 | 0 | 37 | 452 | 70 | 54 |
| Binary | 10101011 | 110001 | 10110000 | 11 | 1001000 | 0 | 11111 | 100101010 | 111000 | 101100 |
Color Harmonies of #AB31B0
Complementary color
Monochromatic Colors of #AB31B0
Black with #AB31B0
Text Example
Text Example
White with #AB31B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31B0; }
p { color: rgb(171,49,176); }
H1.HeaderClassName
{
color: #AB31B0;
}
.AnyTagClassName
{
color: #AB31B0;
}
</style>
background-color css
<style>
a { background-color: #AB31B0; }
a { background-color: rgb(171,49,176); }
div.DivClassName
{
background-color: #AB31B0;
}
.BgClassName
{
background-color: #AB31B0;
}
</style>
border-color css
<style>
span { border-color: #AB31B0; }
span { border-color: rgb(171,49,176); }
td.TdClassName
{
border-color: #AB31B0;
}
.TagClassName
{
border-color: #AB31B0;
}
</style>