Shades of Medium Orchid #AE6AC9
Tints of Medium Orchid #AE6AC9
RGB
CMYK
RGB Variations
Color information
#AE6AC9 (or 0xAE6AC9) is known color: Medium Orchid. HEX triplet: AE, 6A and C9. RGB value is (174,106,201). Sum of RGB (Red+Green+Blue) = 174+106+201=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE6AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6AC9 is #519536. Grayscale: #888888. Windows color (decimal): -5346615 or 13200046. OLE color: 13200046.
HSL color Cylindrical-coordinate representation of color #AE6AC9: hue angle of 282.95º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6AC9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 106 | 201 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.21 |
| HSL | 282.95º | 0.47% | 0.6% | - |
| HSV(B) | 282.95º | 0.47% | 0.79% | - |
| XYZ | 33.15 | 23.52 | 58.05 | - |
| YUV | 137.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 201 | 0.13 | 0.47 | 0 | 0.21 | 282.95 | 0.47 | 0.6 |
| Hex | AE | 6A | C9 | D | 2F | 0 | 15 | 11B | 2F | 3C |
| Octal | 256 | 152 | 311 | 15 | 57 | 0 | 25 | 433 | 57 | 74 |
| Binary | 10101110 | 1101010 | 11001001 | 1101 | 101111 | 0 | 10101 | 100011011 | 101111 | 111100 |
Color Harmonies of #AE6AC9
Complementary color
Monochromatic Colors of #AE6AC9
Black with #AE6AC9
Text Example
Text Example
White with #AE6AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6AC9; }
p { color: rgb(174,106,201); }
H1.HeaderClassName
{
color: #AE6AC9;
}
.AnyTagClassName
{
color: #AE6AC9;
}
</style>
background-color css
<style>
a { background-color: #AE6AC9; }
a { background-color: rgb(174,106,201); }
div.DivClassName
{
background-color: #AE6AC9;
}
.BgClassName
{
background-color: #AE6AC9;
}
</style>
border-color css
<style>
span { border-color: #AE6AC9; }
span { border-color: rgb(174,106,201); }
td.TdClassName
{
border-color: #AE6AC9;
}
.TagClassName
{
border-color: #AE6AC9;
}
</style>