Shades of Dark Orchid #AB1DB2
Tints of Dark Orchid #AB1DB2
RGB
CMYK
RGB Variations
Color information
#AB1DB2 (or 0xAB1DB2) is known color: Dark Orchid. HEX triplet: AB, 1D and B2. RGB value is (171,29,178). Sum of RGB (Red+Green+Blue) = 171+29+178=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB1DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1DB2 is #54E24D. Grayscale: #575757. Windows color (decimal): -5562958 or 11673003. OLE color: 11673003.
HSL color Cylindrical-coordinate representation of color #AB1DB2: hue angle of 297.18º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1DB2 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 29 | 178 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.30 |
| HSL | 297.18º | 0.72% | 0.41% | - |
| HSV(B) | 297.18º | 0.84% | 0.7% | - |
| XYZ | 25.27 | 12.75 | 43.25 | - |
| YUV | 88.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 178 | 0.04 | 0.84 | 0 | 0.30 | 297.18 | 0.72 | 0.41 |
| Hex | AB | 1D | B2 | 4 | 54 | 0 | 1E | 129 | 48 | 29 |
| Octal | 253 | 35 | 262 | 4 | 124 | 0 | 36 | 451 | 110 | 51 |
| Binary | 10101011 | 11101 | 10110010 | 100 | 1010100 | 0 | 11110 | 100101001 | 1001000 | 101001 |
Color Harmonies of #AB1DB2
Complementary color
Monochromatic Colors of #AB1DB2
Black with #AB1DB2
Text Example
Text Example
White with #AB1DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DB2; }
p { color: rgb(171,29,178); }
H1.HeaderClassName
{
color: #AB1DB2;
}
.AnyTagClassName
{
color: #AB1DB2;
}
</style>
background-color css
<style>
a { background-color: #AB1DB2; }
a { background-color: rgb(171,29,178); }
div.DivClassName
{
background-color: #AB1DB2;
}
.BgClassName
{
background-color: #AB1DB2;
}
</style>
border-color css
<style>
span { border-color: #AB1DB2; }
span { border-color: rgb(171,29,178); }
td.TdClassName
{
border-color: #AB1DB2;
}
.TagClassName
{
border-color: #AB1DB2;
}
</style>