Shades of Dark Orchid #AB23E0
Tints of Dark Orchid #AB23E0
RGB
CMYK
RGB Variations
Color information
#AB23E0 (or 0xAB23E0) is known color: Dark Orchid. HEX triplet: AB, 23 and E0. RGB value is (171,35,224). Sum of RGB (Red+Green+Blue) = 171+35+224=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB23E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23E0 is #54DC1F. Grayscale: #606060. Windows color (decimal): -5561376 or 14689195. OLE color: 14689195.
HSL color Cylindrical-coordinate representation of color #AB23E0: hue angle of 283.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB23E0 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 35 | 224 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.12 |
| HSL | 283.17º | 0.75% | 0.51% | - |
| HSV(B) | 283.17º | 0.84% | 0.88% | - |
| XYZ | 30.85 | 15.24 | 71.84 | - |
| YUV | 97.21 | 199.56 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 224 | 0.24 | 0.84 | 0 | 0.12 | 283.17 | 0.75 | 0.51 |
| Hex | AB | 23 | E0 | 18 | 54 | 0 | C | 11B | 4B | 33 |
| Octal | 253 | 43 | 340 | 30 | 124 | 0 | 14 | 433 | 113 | 63 |
| Binary | 10101011 | 100011 | 11100000 | 11000 | 1010100 | 0 | 1100 | 100011011 | 1001011 | 110011 |
Color Harmonies of #AB23E0
Complementary color
Monochromatic Colors of #AB23E0
Black with #AB23E0
Text Example
Text Example
White with #AB23E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB23E0; }
p { color: rgb(171,35,224); }
H1.HeaderClassName
{
color: #AB23E0;
}
.AnyTagClassName
{
color: #AB23E0;
}
</style>
background-color css
<style>
a { background-color: #AB23E0; }
a { background-color: rgb(171,35,224); }
div.DivClassName
{
background-color: #AB23E0;
}
.BgClassName
{
background-color: #AB23E0;
}
</style>
border-color css
<style>
span { border-color: #AB23E0; }
span { border-color: rgb(171,35,224); }
td.TdClassName
{
border-color: #AB23E0;
}
.TagClassName
{
border-color: #AB23E0;
}
</style>