Shades of Dark Orchid #AB36E3
Tints of Dark Orchid #AB36E3
RGB
CMYK
RGB Variations
Color information
#AB36E3 (or 0xAB36E3) is known color: Dark Orchid. HEX triplet: AB, 36 and E3. RGB value is (171,54,227). Sum of RGB (Red+Green+Blue) = 171+54+227=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 227 (89.06% from 255 or 50.22% from 452); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB36E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36E3 is #54C91C. Grayscale: #6C6C6C. Windows color (decimal): -5556509 or 14890667. OLE color: 14890667.
HSL color Cylindrical-coordinate representation of color #AB36E3: hue angle of 280.58º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB36E3 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 54 | 227 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.11 |
| HSL | 280.58º | 0.76% | 0.55% | - |
| HSV(B) | 280.58º | 0.76% | 0.89% | - |
| XYZ | 31.98 | 16.84 | 74.24 | - |
| YUV | 108.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 227 | 0.25 | 0.76 | 0 | 0.11 | 280.58 | 0.76 | 0.55 |
| Hex | AB | 36 | E3 | 19 | 4C | 0 | B | 119 | 4C | 37 |
| Octal | 253 | 66 | 343 | 31 | 114 | 0 | 13 | 431 | 114 | 67 |
| Binary | 10101011 | 110110 | 11100011 | 11001 | 1001100 | 0 | 1011 | 100011001 | 1001100 | 110111 |
Color Harmonies of #AB36E3
Complementary color
Monochromatic Colors of #AB36E3
Black with #AB36E3
Text Example
Text Example
White with #AB36E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36E3; }
p { color: rgb(171,54,227); }
H1.HeaderClassName
{
color: #AB36E3;
}
.AnyTagClassName
{
color: #AB36E3;
}
</style>
background-color css
<style>
a { background-color: #AB36E3; }
a { background-color: rgb(171,54,227); }
div.DivClassName
{
background-color: #AB36E3;
}
.BgClassName
{
background-color: #AB36E3;
}
</style>
border-color css
<style>
span { border-color: #AB36E3; }
span { border-color: rgb(171,54,227); }
td.TdClassName
{
border-color: #AB36E3;
}
.TagClassName
{
border-color: #AB36E3;
}
</style>