Shades of Dark Orchid #AB2EDB
Tints of Dark Orchid #AB2EDB
RGB
CMYK
RGB Variations
Color information
#AB2EDB (or 0xAB2EDB) is known color: Dark Orchid. HEX triplet: AB, 2E and DB. RGB value is (171,46,219). Sum of RGB (Red+Green+Blue) = 171+46+219=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EDB is #54D124. Grayscale: #666666. Windows color (decimal): -5558565 or 14364331. OLE color: 14364331.
HSL color Cylindrical-coordinate representation of color #AB2EDB: hue angle of 283.35º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2EDB is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 46 | 219 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.14 |
| HSL | 283.35º | 0.71% | 0.52% | - |
| HSV(B) | 283.35º | 0.79% | 0.86% | - |
| XYZ | 30.56 | 15.73 | 68.44 | - |
| YUV | 103.1 | 193.41 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 219 | 0.22 | 0.79 | 0 | 0.14 | 283.35 | 0.71 | 0.52 |
| Hex | AB | 2E | DB | 16 | 4F | 0 | E | 11B | 47 | 34 |
| Octal | 253 | 56 | 333 | 26 | 117 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101011 | 101110 | 11011011 | 10110 | 1001111 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #AB2EDB
Complementary color
Monochromatic Colors of #AB2EDB
Black with #AB2EDB
Text Example
Text Example
White with #AB2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EDB; }
p { color: rgb(171,46,219); }
H1.HeaderClassName
{
color: #AB2EDB;
}
.AnyTagClassName
{
color: #AB2EDB;
}
</style>
background-color css
<style>
a { background-color: #AB2EDB; }
a { background-color: rgb(171,46,219); }
div.DivClassName
{
background-color: #AB2EDB;
}
.BgClassName
{
background-color: #AB2EDB;
}
</style>
border-color css
<style>
span { border-color: #AB2EDB; }
span { border-color: rgb(171,46,219); }
td.TdClassName
{
border-color: #AB2EDB;
}
.TagClassName
{
border-color: #AB2EDB;
}
</style>