Shades of Dark Orchid #AE29CA
Tints of Dark Orchid #AE29CA
RGB
CMYK
RGB Variations
Color information
#AE29CA (or 0xAE29CA) is known color: Dark Orchid. HEX triplet: AE, 29 and CA. RGB value is (174,41,202). Sum of RGB (Red+Green+Blue) = 174+41+202=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE29CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29CA is #51D635. Grayscale: #626262. Windows color (decimal): -5363254 or 13248942. OLE color: 13248942.
HSL color Cylindrical-coordinate representation of color #AE29CA: hue angle of 289.57º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE29CA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 41 | 202 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.21 |
| HSL | 289.57º | 0.66% | 0.48% | - |
| HSV(B) | 289.57º | 0.8% | 0.79% | - |
| XYZ | 28.91 | 14.85 | 57.22 | - |
| YUV | 99.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 202 | 0.14 | 0.80 | 0 | 0.21 | 289.57 | 0.66 | 0.48 |
| Hex | AE | 29 | CA | E | 50 | 0 | 15 | 122 | 42 | 30 |
| Octal | 256 | 51 | 312 | 16 | 120 | 0 | 25 | 442 | 102 | 60 |
| Binary | 10101110 | 101001 | 11001010 | 1110 | 1010000 | 0 | 10101 | 100100010 | 1000010 | 110000 |
Color Harmonies of #AE29CA
Complementary color
Monochromatic Colors of #AE29CA
Black with #AE29CA
Text Example
Text Example
White with #AE29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE29CA; }
p { color: rgb(174,41,202); }
H1.HeaderClassName
{
color: #AE29CA;
}
.AnyTagClassName
{
color: #AE29CA;
}
</style>
background-color css
<style>
a { background-color: #AE29CA; }
a { background-color: rgb(174,41,202); }
div.DivClassName
{
background-color: #AE29CA;
}
.BgClassName
{
background-color: #AE29CA;
}
</style>
border-color css
<style>
span { border-color: #AE29CA; }
span { border-color: rgb(174,41,202); }
td.TdClassName
{
border-color: #AE29CA;
}
.TagClassName
{
border-color: #AE29CA;
}
</style>