Shades of Dark Orchid #AB3CEE
Tints of Dark Orchid #AB3CEE
RGB
CMYK
RGB Variations
Color information
#AB3CEE (or 0xAB3CEE) is known color: Dark Orchid. HEX triplet: AB, 3C and EE. RGB value is (171,60,238). Sum of RGB (Red+Green+Blue) = 171+60+238=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB3CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CEE is #54C311. Grayscale: #707070. Windows color (decimal): -5554962 or 15613099. OLE color: 15613099.
HSL color Cylindrical-coordinate representation of color #AB3CEE: hue angle of 277.42º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3CEE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 60 | 238 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.07 |
| HSL | 277.42º | 0.84% | 0.58% | - |
| HSV(B) | 277.42º | 0.75% | 0.93% | - |
| XYZ | 33.84 | 18.06 | 82.59 | - |
| YUV | 113.48 | 198.27 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 238 | 0.28 | 0.75 | 0 | 0.07 | 277.42 | 0.84 | 0.58 |
| Hex | AB | 3C | EE | 1C | 4B | 0 | 7 | 115 | 54 | 3A |
| Octal | 253 | 74 | 356 | 34 | 113 | 0 | 7 | 425 | 124 | 72 |
| Binary | 10101011 | 111100 | 11101110 | 11100 | 1001011 | 0 | 111 | 100010101 | 1010100 | 111010 |
Color Harmonies of #AB3CEE
Complementary color
Monochromatic Colors of #AB3CEE
Black with #AB3CEE
Text Example
Text Example
White with #AB3CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CEE; }
p { color: rgb(171,60,238); }
H1.HeaderClassName
{
color: #AB3CEE;
}
.AnyTagClassName
{
color: #AB3CEE;
}
</style>
background-color css
<style>
a { background-color: #AB3CEE; }
a { background-color: rgb(171,60,238); }
div.DivClassName
{
background-color: #AB3CEE;
}
.BgClassName
{
background-color: #AB3CEE;
}
</style>
border-color css
<style>
span { border-color: #AB3CEE; }
span { border-color: rgb(171,60,238); }
td.TdClassName
{
border-color: #AB3CEE;
}
.TagClassName
{
border-color: #AB3CEE;
}
</style>