Shades of Dark Orchid #AB2DB5
Tints of Dark Orchid #AB2DB5
RGB
CMYK
RGB Variations
Color information
#AB2DB5 (or 0xAB2DB5) is known color: Dark Orchid. HEX triplet: AB, 2D and B5. RGB value is (171,45,181). Sum of RGB (Red+Green+Blue) = 171+45+181=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB2DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DB5 is #54D24A. Grayscale: #616161. Windows color (decimal): -5558859 or 11873707. OLE color: 11873707.
HSL color Cylindrical-coordinate representation of color #AB2DB5: hue angle of 295.59º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2DB5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 45 | 181 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.29 |
| HSL | 295.59º | 0.6% | 0.44% | - |
| HSV(B) | 295.59º | 0.75% | 0.71% | - |
| XYZ | 26.07 | 13.87 | 45.02 | - |
| YUV | 98.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 181 | 0.06 | 0.75 | 0 | 0.29 | 295.59 | 0.6 | 0.44 |
| Hex | AB | 2D | B5 | 6 | 4B | 0 | 1D | 128 | 3C | 2C |
| Octal | 253 | 55 | 265 | 6 | 113 | 0 | 35 | 450 | 74 | 54 |
| Binary | 10101011 | 101101 | 10110101 | 110 | 1001011 | 0 | 11101 | 100101000 | 111100 | 101100 |
Color Harmonies of #AB2DB5
Complementary color
Monochromatic Colors of #AB2DB5
Black with #AB2DB5
Text Example
Text Example
White with #AB2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DB5; }
p { color: rgb(171,45,181); }
H1.HeaderClassName
{
color: #AB2DB5;
}
.AnyTagClassName
{
color: #AB2DB5;
}
</style>
background-color css
<style>
a { background-color: #AB2DB5; }
a { background-color: rgb(171,45,181); }
div.DivClassName
{
background-color: #AB2DB5;
}
.BgClassName
{
background-color: #AB2DB5;
}
</style>
border-color css
<style>
span { border-color: #AB2DB5; }
span { border-color: rgb(171,45,181); }
td.TdClassName
{
border-color: #AB2DB5;
}
.TagClassName
{
border-color: #AB2DB5;
}
</style>