Shades of Dark Orchid #AB2DB6
Tints of Dark Orchid #AB2DB6
RGB
CMYK
RGB Variations
Color information
#AB2DB6 (or 0xAB2DB6) is known color: Dark Orchid. HEX triplet: AB, 2D and B6. RGB value is (171,45,182). Sum of RGB (Red+Green+Blue) = 171+45+182=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB2DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DB6 is #54D249. Grayscale: #616161. Windows color (decimal): -5558858 or 11939243. OLE color: 11939243.
HSL color Cylindrical-coordinate representation of color #AB2DB6: hue angle of 295.18º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2DB6 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 45 | 182 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.29 |
| HSL | 295.18º | 0.6% | 0.45% | - |
| HSV(B) | 295.18º | 0.75% | 0.71% | - |
| XYZ | 26.18 | 13.91 | 45.56 | - |
| YUV | 98.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 182 | 0.06 | 0.75 | 0 | 0.29 | 295.18 | 0.6 | 0.45 |
| Hex | AB | 2D | B6 | 6 | 4B | 0 | 1D | 127 | 3C | 2D |
| Octal | 253 | 55 | 266 | 6 | 113 | 0 | 35 | 447 | 74 | 55 |
| Binary | 10101011 | 101101 | 10110110 | 110 | 1001011 | 0 | 11101 | 100100111 | 111100 | 101101 |
Color Harmonies of #AB2DB6
Complementary color
Monochromatic Colors of #AB2DB6
Black with #AB2DB6
Text Example
Text Example
White with #AB2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DB6; }
p { color: rgb(171,45,182); }
H1.HeaderClassName
{
color: #AB2DB6;
}
.AnyTagClassName
{
color: #AB2DB6;
}
</style>
background-color css
<style>
a { background-color: #AB2DB6; }
a { background-color: rgb(171,45,182); }
div.DivClassName
{
background-color: #AB2DB6;
}
.BgClassName
{
background-color: #AB2DB6;
}
</style>
border-color css
<style>
span { border-color: #AB2DB6; }
span { border-color: rgb(171,45,182); }
td.TdClassName
{
border-color: #AB2DB6;
}
.TagClassName
{
border-color: #AB2DB6;
}
</style>