Shades of Dark Orchid #AB25E9
Tints of Dark Orchid #AB25E9
RGB
CMYK
RGB Variations
Color information
#AB25E9 (or 0xAB25E9) is known color: Dark Orchid. HEX triplet: AB, 25 and E9. RGB value is (171,37,233). Sum of RGB (Red+Green+Blue) = 171+37+233=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB25E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25E9 is #54DA16. Grayscale: #626262. Windows color (decimal): -5560855 or 15279531. OLE color: 15279531.
HSL color Cylindrical-coordinate representation of color #AB25E9: hue angle of 281.02º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB25E9 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 37 | 233 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.09 |
| HSL | 281.02º | 0.82% | 0.53% | - |
| HSV(B) | 281.02º | 0.84% | 0.91% | - |
| XYZ | 32.16 | 15.86 | 78.46 | - |
| YUV | 99.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 233 | 0.27 | 0.84 | 0 | 0.09 | 281.02 | 0.82 | 0.53 |
| Hex | AB | 25 | E9 | 1B | 54 | 0 | 9 | 119 | 52 | 35 |
| Octal | 253 | 45 | 351 | 33 | 124 | 0 | 11 | 431 | 122 | 65 |
| Binary | 10101011 | 100101 | 11101001 | 11011 | 1010100 | 0 | 1001 | 100011001 | 1010010 | 110101 |
Color Harmonies of #AB25E9
Complementary color
Monochromatic Colors of #AB25E9
Black with #AB25E9
Text Example
Text Example
White with #AB25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25E9; }
p { color: rgb(171,37,233); }
H1.HeaderClassName
{
color: #AB25E9;
}
.AnyTagClassName
{
color: #AB25E9;
}
</style>
background-color css
<style>
a { background-color: #AB25E9; }
a { background-color: rgb(171,37,233); }
div.DivClassName
{
background-color: #AB25E9;
}
.BgClassName
{
background-color: #AB25E9;
}
</style>
border-color css
<style>
span { border-color: #AB25E9; }
span { border-color: rgb(171,37,233); }
td.TdClassName
{
border-color: #AB25E9;
}
.TagClassName
{
border-color: #AB25E9;
}
</style>