Shades of Dark Orchid #AE2ACB
Tints of Dark Orchid #AE2ACB
RGB
CMYK
RGB Variations
Color information
#AE2ACB (or 0xAE2ACB) is known color: Dark Orchid. HEX triplet: AE, 2A and CB. RGB value is (174,42,203). Sum of RGB (Red+Green+Blue) = 174+42+203=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ACB is #51D534. Grayscale: #636363. Windows color (decimal): -5362997 or 13314734. OLE color: 13314734.
HSL color Cylindrical-coordinate representation of color #AE2ACB: hue angle of 289.19º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2ACB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 42 | 203 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.20 |
| HSL | 289.19º | 0.66% | 0.48% | - |
| HSV(B) | 289.19º | 0.79% | 0.8% | - |
| XYZ | 29.06 | 14.97 | 57.86 | - |
| YUV | 99.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 203 | 0.14 | 0.79 | 0 | 0.20 | 289.19 | 0.66 | 0.48 |
| Hex | AE | 2A | CB | E | 4F | 0 | 14 | 121 | 42 | 30 |
| Octal | 256 | 52 | 313 | 16 | 117 | 0 | 24 | 441 | 102 | 60 |
| Binary | 10101110 | 101010 | 11001011 | 1110 | 1001111 | 0 | 10100 | 100100001 | 1000010 | 110000 |
Color Harmonies of #AE2ACB
Complementary color
Monochromatic Colors of #AE2ACB
Black with #AE2ACB
Text Example
Text Example
White with #AE2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2ACB; }
p { color: rgb(174,42,203); }
H1.HeaderClassName
{
color: #AE2ACB;
}
.AnyTagClassName
{
color: #AE2ACB;
}
</style>
background-color css
<style>
a { background-color: #AE2ACB; }
a { background-color: rgb(174,42,203); }
div.DivClassName
{
background-color: #AE2ACB;
}
.BgClassName
{
background-color: #AE2ACB;
}
</style>
border-color css
<style>
span { border-color: #AE2ACB; }
span { border-color: rgb(174,42,203); }
td.TdClassName
{
border-color: #AE2ACB;
}
.TagClassName
{
border-color: #AE2ACB;
}
</style>