Shades of Dark Orchid #AB39E6
Tints of Dark Orchid #AB39E6
RGB
CMYK
RGB Variations
Color information
#AB39E6 (or 0xAB39E6) is known color: Dark Orchid. HEX triplet: AB, 39 and E6. RGB value is (171,57,230). Sum of RGB (Red+Green+Blue) = 171+57+230=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB39E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB39E6 is #54C619. Grayscale: #6E6E6E. Windows color (decimal): -5555738 or 15088043. OLE color: 15088043.
HSL color Cylindrical-coordinate representation of color #AB39E6: hue angle of 279.54º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB39E6 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 57 | 230 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.10 |
| HSL | 279.54º | 0.78% | 0.56% | - |
| HSV(B) | 279.54º | 0.75% | 0.9% | - |
| XYZ | 32.54 | 17.3 | 76.49 | - |
| YUV | 110.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 230 | 0.26 | 0.75 | 0 | 0.10 | 279.54 | 0.78 | 0.56 |
| Hex | AB | 39 | E6 | 1A | 4B | 0 | A | 118 | 4E | 38 |
| Octal | 253 | 71 | 346 | 32 | 113 | 0 | 12 | 430 | 116 | 70 |
| Binary | 10101011 | 111001 | 11100110 | 11010 | 1001011 | 0 | 1010 | 100011000 | 1001110 | 111000 |
Color Harmonies of #AB39E6
Complementary color
Monochromatic Colors of #AB39E6
Black with #AB39E6
Text Example
Text Example
White with #AB39E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB39E6; }
p { color: rgb(171,57,230); }
H1.HeaderClassName
{
color: #AB39E6;
}
.AnyTagClassName
{
color: #AB39E6;
}
</style>
background-color css
<style>
a { background-color: #AB39E6; }
a { background-color: rgb(171,57,230); }
div.DivClassName
{
background-color: #AB39E6;
}
.BgClassName
{
background-color: #AB39E6;
}
</style>
border-color css
<style>
span { border-color: #AB39E6; }
span { border-color: rgb(171,57,230); }
td.TdClassName
{
border-color: #AB39E6;
}
.TagClassName
{
border-color: #AB39E6;
}
</style>