Shades of Dark Orchid #AB3EEE
Tints of Dark Orchid #AB3EEE
RGB
CMYK
RGB Variations
Color information
#AB3EEE (or 0xAB3EEE) is known color: Dark Orchid. HEX triplet: AB, 3E and EE. RGB value is (171,62,238). Sum of RGB (Red+Green+Blue) = 171+62+238=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB3EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3EEE is #54C111. Grayscale: #727272. Windows color (decimal): -5554450 or 15613611. OLE color: 15613611.
HSL color Cylindrical-coordinate representation of color #AB3EEE: hue angle of 277.16º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3EEE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 62 | 238 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.07 |
| HSL | 277.16º | 0.84% | 0.59% | - |
| HSV(B) | 277.16º | 0.74% | 0.93% | - |
| XYZ | 33.95 | 18.28 | 82.63 | - |
| YUV | 114.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 238 | 0.28 | 0.74 | 0 | 0.07 | 277.16 | 0.84 | 0.59 |
| Hex | AB | 3E | EE | 1C | 4A | 0 | 7 | 115 | 54 | 3B |
| Octal | 253 | 76 | 356 | 34 | 112 | 0 | 7 | 425 | 124 | 73 |
| Binary | 10101011 | 111110 | 11101110 | 11100 | 1001010 | 0 | 111 | 100010101 | 1010100 | 111011 |
Color Harmonies of #AB3EEE
Complementary color
Monochromatic Colors of #AB3EEE
Black with #AB3EEE
Text Example
Text Example
White with #AB3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EEE; }
p { color: rgb(171,62,238); }
H1.HeaderClassName
{
color: #AB3EEE;
}
.AnyTagClassName
{
color: #AB3EEE;
}
</style>
background-color css
<style>
a { background-color: #AB3EEE; }
a { background-color: rgb(171,62,238); }
div.DivClassName
{
background-color: #AB3EEE;
}
.BgClassName
{
background-color: #AB3EEE;
}
</style>
border-color css
<style>
span { border-color: #AB3EEE; }
span { border-color: rgb(171,62,238); }
td.TdClassName
{
border-color: #AB3EEE;
}
.TagClassName
{
border-color: #AB3EEE;
}
</style>