Shades of Dark Orchid #AC25EA
Tints of Dark Orchid #AC25EA
RGB
CMYK
RGB Variations
Color information
#AC25EA (or 0xAC25EA) is known color: Dark Orchid. HEX triplet: AC, 25 and EA. RGB value is (172,37,234). Sum of RGB (Red+Green+Blue) = 172+37+234=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC25EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC25EA is #53DA15. Grayscale: #636363. Windows color (decimal): -5495318 or 15345068. OLE color: 15345068.
HSL color Cylindrical-coordinate representation of color #AC25EA: hue angle of 281.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC25EA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 37 | 234 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.08 |
| HSL | 281.12º | 0.82% | 0.53% | - |
| HSV(B) | 281.12º | 0.84% | 0.92% | - |
| XYZ | 32.53 | 16.03 | 79.22 | - |
| YUV | 99.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 234 | 0.26 | 0.84 | 0 | 0.08 | 281.12 | 0.82 | 0.53 |
| Hex | AC | 25 | EA | 1A | 54 | 0 | 8 | 119 | 52 | 35 |
| Octal | 254 | 45 | 352 | 32 | 124 | 0 | 10 | 431 | 122 | 65 |
| Binary | 10101100 | 100101 | 11101010 | 11010 | 1010100 | 0 | 1000 | 100011001 | 1010010 | 110101 |
Color Harmonies of #AC25EA
Complementary color
Monochromatic Colors of #AC25EA
Black with #AC25EA
Text Example
Text Example
White with #AC25EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25EA; }
p { color: rgb(172,37,234); }
H1.HeaderClassName
{
color: #AC25EA;
}
.AnyTagClassName
{
color: #AC25EA;
}
</style>
background-color css
<style>
a { background-color: #AC25EA; }
a { background-color: rgb(172,37,234); }
div.DivClassName
{
background-color: #AC25EA;
}
.BgClassName
{
background-color: #AC25EA;
}
</style>
border-color css
<style>
span { border-color: #AC25EA; }
span { border-color: rgb(172,37,234); }
td.TdClassName
{
border-color: #AC25EA;
}
.TagClassName
{
border-color: #AC25EA;
}
</style>