Shades of Dark Orchid #AB2EEA
Tints of Dark Orchid #AB2EEA
RGB
CMYK
RGB Variations
Color information
#AB2EEA (or 0xAB2EEA) is known color: Dark Orchid. HEX triplet: AB, 2E and EA. RGB value is (171,46,234). Sum of RGB (Red+Green+Blue) = 171+46+234=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB2EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EEA is #54D115. Grayscale: #686868. Windows color (decimal): -5558550 or 15347371. OLE color: 15347371.
HSL color Cylindrical-coordinate representation of color #AB2EEA: hue angle of 279.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2EEA is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 46 | 234 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.08 |
| HSL | 279.89º | 0.82% | 0.55% | - |
| HSV(B) | 279.89º | 0.8% | 0.92% | - |
| XYZ | 32.62 | 16.55 | 79.32 | - |
| YUV | 104.81 | 200.91 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 234 | 0.27 | 0.80 | 0 | 0.08 | 279.89 | 0.82 | 0.55 |
| Hex | AB | 2E | EA | 1B | 50 | 0 | 8 | 118 | 52 | 37 |
| Octal | 253 | 56 | 352 | 33 | 120 | 0 | 10 | 430 | 122 | 67 |
| Binary | 10101011 | 101110 | 11101010 | 11011 | 1010000 | 0 | 1000 | 100011000 | 1010010 | 110111 |
Color Harmonies of #AB2EEA
Complementary color
Monochromatic Colors of #AB2EEA
Black with #AB2EEA
Text Example
Text Example
White with #AB2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EEA; }
p { color: rgb(171,46,234); }
H1.HeaderClassName
{
color: #AB2EEA;
}
.AnyTagClassName
{
color: #AB2EEA;
}
</style>
background-color css
<style>
a { background-color: #AB2EEA; }
a { background-color: rgb(171,46,234); }
div.DivClassName
{
background-color: #AB2EEA;
}
.BgClassName
{
background-color: #AB2EEA;
}
</style>
border-color css
<style>
span { border-color: #AB2EEA; }
span { border-color: rgb(171,46,234); }
td.TdClassName
{
border-color: #AB2EEA;
}
.TagClassName
{
border-color: #AB2EEA;
}
</style>