Shades of Dark Orchid #AB2EDA
Tints of Dark Orchid #AB2EDA
RGB
CMYK
RGB Variations
Color information
#AB2EDA (or 0xAB2EDA) is known color: Dark Orchid. HEX triplet: AB, 2E and DA. RGB value is (171,46,218). Sum of RGB (Red+Green+Blue) = 171+46+218=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB2EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EDA is #54D125. Grayscale: #666666. Windows color (decimal): -5558566 or 14298795. OLE color: 14298795.
HSL color Cylindrical-coordinate representation of color #AB2EDA: hue angle of 283.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2EDA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 46 | 218 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.15 |
| HSL | 283.6º | 0.7% | 0.52% | - |
| HSV(B) | 283.6º | 0.79% | 0.85% | - |
| XYZ | 30.43 | 15.67 | 67.75 | - |
| YUV | 102.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 218 | 0.22 | 0.79 | 0 | 0.15 | 283.6 | 0.7 | 0.52 |
| Hex | AB | 2E | DA | 16 | 4F | 0 | F | 11C | 46 | 34 |
| Octal | 253 | 56 | 332 | 26 | 117 | 0 | 17 | 434 | 106 | 64 |
| Binary | 10101011 | 101110 | 11011010 | 10110 | 1001111 | 0 | 1111 | 100011100 | 1000110 | 110100 |
Color Harmonies of #AB2EDA
Complementary color
Monochromatic Colors of #AB2EDA
Black with #AB2EDA
Text Example
Text Example
White with #AB2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EDA; }
p { color: rgb(171,46,218); }
H1.HeaderClassName
{
color: #AB2EDA;
}
.AnyTagClassName
{
color: #AB2EDA;
}
</style>
background-color css
<style>
a { background-color: #AB2EDA; }
a { background-color: rgb(171,46,218); }
div.DivClassName
{
background-color: #AB2EDA;
}
.BgClassName
{
background-color: #AB2EDA;
}
</style>
border-color css
<style>
span { border-color: #AB2EDA; }
span { border-color: rgb(171,46,218); }
td.TdClassName
{
border-color: #AB2EDA;
}
.TagClassName
{
border-color: #AB2EDA;
}
</style>