Shades of Dark Orchid #AE25E8
Tints of Dark Orchid #AE25E8
RGB
CMYK
RGB Variations
Color information
#AE25E8 (or 0xAE25E8) is known color: Dark Orchid. HEX triplet: AE, 25 and E8. RGB value is (174,37,232). Sum of RGB (Red+Green+Blue) = 174+37+232=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE25E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE25E8 is #51DA17. Grayscale: #636363. Windows color (decimal): -5364248 or 15213998. OLE color: 15213998.
HSL color Cylindrical-coordinate representation of color #AE25E8: hue angle of 282.15º degrees, saturation: 0.81, 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 #AE25E8 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 37 | 232 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.09 |
| HSL | 282.15º | 0.81% | 0.53% | - |
| HSV(B) | 282.15º | 0.84% | 0.91% | - |
| XYZ | 32.68 | 16.15 | 77.74 | - |
| YUV | 100.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 232 | 0.25 | 0.84 | 0 | 0.09 | 282.15 | 0.81 | 0.53 |
| Hex | AE | 25 | E8 | 19 | 54 | 0 | 9 | 11A | 51 | 35 |
| Octal | 256 | 45 | 350 | 31 | 124 | 0 | 11 | 432 | 121 | 65 |
| Binary | 10101110 | 100101 | 11101000 | 11001 | 1010100 | 0 | 1001 | 100011010 | 1010001 | 110101 |
Color Harmonies of #AE25E8
Complementary color
Monochromatic Colors of #AE25E8
Black with #AE25E8
Text Example
Text Example
White with #AE25E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE25E8; }
p { color: rgb(174,37,232); }
H1.HeaderClassName
{
color: #AE25E8;
}
.AnyTagClassName
{
color: #AE25E8;
}
</style>
background-color css
<style>
a { background-color: #AE25E8; }
a { background-color: rgb(174,37,232); }
div.DivClassName
{
background-color: #AE25E8;
}
.BgClassName
{
background-color: #AE25E8;
}
</style>
border-color css
<style>
span { border-color: #AE25E8; }
span { border-color: rgb(174,37,232); }
td.TdClassName
{
border-color: #AE25E8;
}
.TagClassName
{
border-color: #AE25E8;
}
</style>