Shades of Dark Orchid #AE28AC
Tints of Dark Orchid #AE28AC
RGB
CMYK
RGB Variations
Color information
#AE28AC (or 0xAE28AC) is known color: Dark Orchid. HEX triplet: AE, 28 and AC. RGB value is (174,40,172). Sum of RGB (Red+Green+Blue) = 174+40+172=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE28AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28AC is #51D753. Grayscale: #5E5E5E. Windows color (decimal): -5363540 or 11282606. OLE color: 11282606.
HSL color Cylindrical-coordinate representation of color #AE28AC: hue angle of 300.9º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE28AC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 172 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.32 |
| HSL | 300.9º | 0.63% | 0.42% | - |
| HSV(B) | 300.9º | 0.77% | 0.68% | - |
| XYZ | 25.66 | 13.49 | 40.28 | - |
| YUV | 95.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 172 | 0 | 0.77 | 0.01 | 0.32 | 300.9 | 0.63 | 0.42 |
| Hex | AE | 28 | AC | 0 | 4D | 1 | 20 | 12D | 3F | 2A |
| Octal | 256 | 50 | 254 | 0 | 115 | 1 | 40 | 455 | 77 | 52 |
| Binary | 10101110 | 101000 | 10101100 | 0 | 1001101 | 1 | 100000 | 100101101 | 111111 | 101010 |
Color Harmonies of #AE28AC
Complementary color
Monochromatic Colors of #AE28AC
Black with #AE28AC
Text Example
Text Example
White with #AE28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28AC; }
p { color: rgb(174,40,172); }
H1.HeaderClassName
{
color: #AE28AC;
}
.AnyTagClassName
{
color: #AE28AC;
}
</style>
background-color css
<style>
a { background-color: #AE28AC; }
a { background-color: rgb(174,40,172); }
div.DivClassName
{
background-color: #AE28AC;
}
.BgClassName
{
background-color: #AE28AC;
}
</style>
border-color css
<style>
span { border-color: #AE28AC; }
span { border-color: rgb(174,40,172); }
td.TdClassName
{
border-color: #AE28AC;
}
.TagClassName
{
border-color: #AE28AC;
}
</style>