Shades of Dark Orchid #AB25E1
Tints of Dark Orchid #AB25E1
RGB
CMYK
RGB Variations
Color information
#AB25E1 (or 0xAB25E1) is known color: Dark Orchid. HEX triplet: AB, 25 and E1. RGB value is (171,37,225). Sum of RGB (Red+Green+Blue) = 171+37+225=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB25E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25E1 is #54DA1E. Grayscale: #616161. Windows color (decimal): -5560863 or 14755243. OLE color: 14755243.
HSL color Cylindrical-coordinate representation of color #AB25E1: hue angle of 282.77º degrees, saturation: 0.76, 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 #AB25E1 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 37 | 225 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.12 |
| HSL | 282.77º | 0.76% | 0.51% | - |
| HSV(B) | 282.77º | 0.84% | 0.88% | - |
| XYZ | 31.05 | 15.42 | 72.57 | - |
| YUV | 98.5 | 199.39 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 225 | 0.24 | 0.84 | 0 | 0.12 | 282.77 | 0.76 | 0.51 |
| Hex | AB | 25 | E1 | 18 | 54 | 0 | C | 11B | 4C | 33 |
| Octal | 253 | 45 | 341 | 30 | 124 | 0 | 14 | 433 | 114 | 63 |
| Binary | 10101011 | 100101 | 11100001 | 11000 | 1010100 | 0 | 1100 | 100011011 | 1001100 | 110011 |
Color Harmonies of #AB25E1
Complementary color
Monochromatic Colors of #AB25E1
Black with #AB25E1
Text Example
Text Example
White with #AB25E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25E1; }
p { color: rgb(171,37,225); }
H1.HeaderClassName
{
color: #AB25E1;
}
.AnyTagClassName
{
color: #AB25E1;
}
</style>
background-color css
<style>
a { background-color: #AB25E1; }
a { background-color: rgb(171,37,225); }
div.DivClassName
{
background-color: #AB25E1;
}
.BgClassName
{
background-color: #AB25E1;
}
</style>
border-color css
<style>
span { border-color: #AB25E1; }
span { border-color: rgb(171,37,225); }
td.TdClassName
{
border-color: #AB25E1;
}
.TagClassName
{
border-color: #AB25E1;
}
</style>