Shades of Dark Orchid #AB2DB4
Tints of Dark Orchid #AB2DB4
RGB
CMYK
RGB Variations
Color information
#AB2DB4 (or 0xAB2DB4) is known color: Dark Orchid. HEX triplet: AB, 2D and B4. RGB value is (171,45,180). Sum of RGB (Red+Green+Blue) = 171+45+180=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB2DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DB4 is #54D24B. Grayscale: #616161. Windows color (decimal): -5558860 or 11808171. OLE color: 11808171.
HSL color Cylindrical-coordinate representation of color #AB2DB4: hue angle of 296º 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 #AB2DB4 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 45 | 180 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.29 |
| HSL | 296º | 0.6% | 0.44% | - |
| HSV(B) | 296º | 0.75% | 0.71% | - |
| XYZ | 25.97 | 13.83 | 44.48 | - |
| YUV | 98.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 180 | 0.05 | 0.75 | 0 | 0.29 | 296 | 0.6 | 0.44 |
| Hex | AB | 2D | B4 | 5 | 4B | 0 | 1D | 128 | 3C | 2C |
| Octal | 253 | 55 | 264 | 5 | 113 | 0 | 35 | 450 | 74 | 54 |
| Binary | 10101011 | 101101 | 10110100 | 101 | 1001011 | 0 | 11101 | 100101000 | 111100 | 101100 |
Color Harmonies of #AB2DB4
Complementary color
Monochromatic Colors of #AB2DB4
Black with #AB2DB4
Text Example
Text Example
White with #AB2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DB4; }
p { color: rgb(171,45,180); }
H1.HeaderClassName
{
color: #AB2DB4;
}
.AnyTagClassName
{
color: #AB2DB4;
}
</style>
background-color css
<style>
a { background-color: #AB2DB4; }
a { background-color: rgb(171,45,180); }
div.DivClassName
{
background-color: #AB2DB4;
}
.BgClassName
{
background-color: #AB2DB4;
}
</style>
border-color css
<style>
span { border-color: #AB2DB4; }
span { border-color: rgb(171,45,180); }
td.TdClassName
{
border-color: #AB2DB4;
}
.TagClassName
{
border-color: #AB2DB4;
}
</style>