Shades of Dark Orchid #AB2EDC
Tints of Dark Orchid #AB2EDC
RGB
CMYK
RGB Variations
Color information
#AB2EDC (or 0xAB2EDC) is known color: Dark Orchid. HEX triplet: AB, 2E and DC. RGB value is (171,46,220). Sum of RGB (Red+Green+Blue) = 171+46+220=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB2EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EDC is #54D123. Grayscale: #666666. Windows color (decimal): -5558564 or 14429867. OLE color: 14429867.
HSL color Cylindrical-coordinate representation of color #AB2EDC: hue angle of 283.1º 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 #AB2EDC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 46 | 220 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.14 |
| HSL | 283.1º | 0.71% | 0.52% | - |
| HSV(B) | 283.1º | 0.79% | 0.86% | - |
| XYZ | 30.69 | 15.78 | 69.14 | - |
| YUV | 103.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 220 | 0.22 | 0.79 | 0 | 0.14 | 283.1 | 0.71 | 0.52 |
| Hex | AB | 2E | DC | 16 | 4F | 0 | E | 11B | 47 | 34 |
| Octal | 253 | 56 | 334 | 26 | 117 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101011 | 101110 | 11011100 | 10110 | 1001111 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #AB2EDC
Complementary color
Monochromatic Colors of #AB2EDC
Black with #AB2EDC
Text Example
Text Example
White with #AB2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EDC; }
p { color: rgb(171,46,220); }
H1.HeaderClassName
{
color: #AB2EDC;
}
.AnyTagClassName
{
color: #AB2EDC;
}
</style>
background-color css
<style>
a { background-color: #AB2EDC; }
a { background-color: rgb(171,46,220); }
div.DivClassName
{
background-color: #AB2EDC;
}
.BgClassName
{
background-color: #AB2EDC;
}
</style>
border-color css
<style>
span { border-color: #AB2EDC; }
span { border-color: rgb(171,46,220); }
td.TdClassName
{
border-color: #AB2EDC;
}
.TagClassName
{
border-color: #AB2EDC;
}
</style>