Shades of Dark Orchid #AB3EE4
Tints of Dark Orchid #AB3EE4
RGB
CMYK
RGB Variations
Color information
#AB3EE4 (or 0xAB3EE4) is known color: Dark Orchid. HEX triplet: AB, 3E and E4. RGB value is (171,62,228). Sum of RGB (Red+Green+Blue) = 171+62+228=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB3EE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EE4 is #54C11B. Grayscale: #707070. Windows color (decimal): -5554460 or 14958251. OLE color: 14958251.
HSL color Cylindrical-coordinate representation of color #AB3EE4: hue angle of 279.4º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3EE4 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 62 | 228 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.11 |
| HSL | 279.4º | 0.75% | 0.57% | - |
| HSV(B) | 279.4º | 0.73% | 0.89% | - |
| XYZ | 32.52 | 17.7 | 75.1 | - |
| YUV | 113.52 | 192.61 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 228 | 0.25 | 0.73 | 0 | 0.11 | 279.4 | 0.75 | 0.57 |
| Hex | AB | 3E | E4 | 19 | 49 | 0 | B | 117 | 4B | 39 |
| Octal | 253 | 76 | 344 | 31 | 111 | 0 | 13 | 427 | 113 | 71 |
| Binary | 10101011 | 111110 | 11100100 | 11001 | 1001001 | 0 | 1011 | 100010111 | 1001011 | 111001 |
Color Harmonies of #AB3EE4
Complementary color
Monochromatic Colors of #AB3EE4
Black with #AB3EE4
Text Example
Text Example
White with #AB3EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EE4; }
p { color: rgb(171,62,228); }
H1.HeaderClassName
{
color: #AB3EE4;
}
.AnyTagClassName
{
color: #AB3EE4;
}
</style>
background-color css
<style>
a { background-color: #AB3EE4; }
a { background-color: rgb(171,62,228); }
div.DivClassName
{
background-color: #AB3EE4;
}
.BgClassName
{
background-color: #AB3EE4;
}
</style>
border-color css
<style>
span { border-color: #AB3EE4; }
span { border-color: rgb(171,62,228); }
td.TdClassName
{
border-color: #AB3EE4;
}
.TagClassName
{
border-color: #AB3EE4;
}
</style>