Shades of Medium Orchid #AE44CA
Tints of Medium Orchid #AE44CA
RGB
CMYK
RGB Variations
Color information
#AE44CA (or 0xAE44CA) is known color: Medium Orchid. HEX triplet: AE, 44 and CA. RGB value is (174,68,202). Sum of RGB (Red+Green+Blue) = 174+68+202=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44CA is #51BB35. Grayscale: #727272. Windows color (decimal): -5356342 or 13255854. OLE color: 13255854.
HSL color Cylindrical-coordinate representation of color #AE44CA: hue angle of 287.46º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE44CA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 68 | 202 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.21 |
| HSL | 287.46º | 0.56% | 0.53% | - |
| HSV(B) | 287.46º | 0.66% | 0.79% | - |
| XYZ | 30.18 | 17.4 | 57.64 | - |
| YUV | 114.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 202 | 0.14 | 0.66 | 0 | 0.21 | 287.46 | 0.56 | 0.53 |
| Hex | AE | 44 | CA | E | 42 | 0 | 15 | 11F | 38 | 35 |
| Octal | 256 | 104 | 312 | 16 | 102 | 0 | 25 | 437 | 70 | 65 |
| Binary | 10101110 | 1000100 | 11001010 | 1110 | 1000010 | 0 | 10101 | 100011111 | 111000 | 110101 |
Color Harmonies of #AE44CA
Complementary color
Monochromatic Colors of #AE44CA
Black with #AE44CA
Text Example
Text Example
White with #AE44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE44CA; }
p { color: rgb(174,68,202); }
H1.HeaderClassName
{
color: #AE44CA;
}
.AnyTagClassName
{
color: #AE44CA;
}
</style>
background-color css
<style>
a { background-color: #AE44CA; }
a { background-color: rgb(174,68,202); }
div.DivClassName
{
background-color: #AE44CA;
}
.BgClassName
{
background-color: #AE44CA;
}
</style>
border-color css
<style>
span { border-color: #AE44CA; }
span { border-color: rgb(174,68,202); }
td.TdClassName
{
border-color: #AE44CA;
}
.TagClassName
{
border-color: #AE44CA;
}
</style>