Shades of Medium Orchid #AE6ACB
Tints of Medium Orchid #AE6ACB
RGB
CMYK
RGB Variations
Color information
#AE6ACB (or 0xAE6ACB) is known color: Medium Orchid. HEX triplet: AE, 6A and CB. RGB value is (174,106,203). Sum of RGB (Red+Green+Blue) = 174+106+203=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ACB is #519534. Grayscale: #898989. Windows color (decimal): -5346613 or 13331118. OLE color: 13331118.
HSL color Cylindrical-coordinate representation of color #AE6ACB: hue angle of 282.06º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE6ACB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 106 | 203 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.20 |
| HSL | 282.06º | 0.48% | 0.61% | - |
| HSV(B) | 282.06º | 0.48% | 0.8% | - |
| XYZ | 33.39 | 23.62 | 59.3 | - |
| YUV | 137.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 203 | 0.14 | 0.48 | 0 | 0.20 | 282.06 | 0.48 | 0.61 |
| Hex | AE | 6A | CB | E | 30 | 0 | 14 | 11A | 30 | 3D |
| Octal | 256 | 152 | 313 | 16 | 60 | 0 | 24 | 432 | 60 | 75 |
| Binary | 10101110 | 1101010 | 11001011 | 1110 | 110000 | 0 | 10100 | 100011010 | 110000 | 111101 |
Color Harmonies of #AE6ACB
Complementary color
Monochromatic Colors of #AE6ACB
Black with #AE6ACB
Text Example
Text Example
White with #AE6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6ACB; }
p { color: rgb(174,106,203); }
H1.HeaderClassName
{
color: #AE6ACB;
}
.AnyTagClassName
{
color: #AE6ACB;
}
</style>
background-color css
<style>
a { background-color: #AE6ACB; }
a { background-color: rgb(174,106,203); }
div.DivClassName
{
background-color: #AE6ACB;
}
.BgClassName
{
background-color: #AE6ACB;
}
</style>
border-color css
<style>
span { border-color: #AE6ACB; }
span { border-color: rgb(174,106,203); }
td.TdClassName
{
border-color: #AE6ACB;
}
.TagClassName
{
border-color: #AE6ACB;
}
</style>