Shades of Dark Orchid #AB33E8
Tints of Dark Orchid #AB33E8
RGB
CMYK
RGB Variations
Color information
#AB33E8 (or 0xAB33E8) is known color: Dark Orchid. HEX triplet: AB, 33 and E8. RGB value is (171,51,232). Sum of RGB (Red+Green+Blue) = 171+51+232=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB33E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB33E8 is #54CC17. Grayscale: #6A6A6A. Windows color (decimal): -5557272 or 15217579. OLE color: 15217579.
HSL color Cylindrical-coordinate representation of color #AB33E8: hue angle of 279.78º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB33E8 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 51 | 232 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.09 |
| HSL | 279.78º | 0.8% | 0.55% | - |
| HSV(B) | 279.78º | 0.78% | 0.91% | - |
| XYZ | 32.54 | 16.85 | 77.88 | - |
| YUV | 107.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 232 | 0.26 | 0.78 | 0 | 0.09 | 279.78 | 0.8 | 0.55 |
| Hex | AB | 33 | E8 | 1A | 4E | 0 | 9 | 118 | 50 | 37 |
| Octal | 253 | 63 | 350 | 32 | 116 | 0 | 11 | 430 | 120 | 67 |
| Binary | 10101011 | 110011 | 11101000 | 11010 | 1001110 | 0 | 1001 | 100011000 | 1010000 | 110111 |
Color Harmonies of #AB33E8
Complementary color
Monochromatic Colors of #AB33E8
Black with #AB33E8
Text Example
Text Example
White with #AB33E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB33E8; }
p { color: rgb(171,51,232); }
H1.HeaderClassName
{
color: #AB33E8;
}
.AnyTagClassName
{
color: #AB33E8;
}
</style>
background-color css
<style>
a { background-color: #AB33E8; }
a { background-color: rgb(171,51,232); }
div.DivClassName
{
background-color: #AB33E8;
}
.BgClassName
{
background-color: #AB33E8;
}
</style>
border-color css
<style>
span { border-color: #AB33E8; }
span { border-color: rgb(171,51,232); }
td.TdClassName
{
border-color: #AB33E8;
}
.TagClassName
{
border-color: #AB33E8;
}
</style>