Shades of Medium Orchid #AE6ABE
Tints of Medium Orchid #AE6ABE
RGB
CMYK
RGB Variations
Color information
#AE6ABE (or 0xAE6ABE) is known color: Medium Orchid. HEX triplet: AE, 6A and BE. RGB value is (174,106,190). Sum of RGB (Red+Green+Blue) = 174+106+190=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE6ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ABE is #519541. Grayscale: #878787. Windows color (decimal): -5346626 or 12479150. OLE color: 12479150.
HSL color Cylindrical-coordinate representation of color #AE6ABE: hue angle of 288.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6ABE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 106 | 190 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.25 |
| HSL | 288.57º | 0.39% | 0.58% | - |
| HSV(B) | 288.57º | 0.44% | 0.75% | - |
| XYZ | 31.9 | 23.02 | 51.48 | - |
| YUV | 135.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 190 | 0.08 | 0.44 | 0 | 0.25 | 288.57 | 0.39 | 0.58 |
| Hex | AE | 6A | BE | 8 | 2C | 0 | 19 | 121 | 27 | 3A |
| Octal | 256 | 152 | 276 | 10 | 54 | 0 | 31 | 441 | 47 | 72 |
| Binary | 10101110 | 1101010 | 10111110 | 1000 | 101100 | 0 | 11001 | 100100001 | 100111 | 111010 |
Color Harmonies of #AE6ABE
Complementary color
Monochromatic Colors of #AE6ABE
Black with #AE6ABE
Text Example
Text Example
White with #AE6ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6ABE; }
p { color: rgb(174,106,190); }
H1.HeaderClassName
{
color: #AE6ABE;
}
.AnyTagClassName
{
color: #AE6ABE;
}
</style>
background-color css
<style>
a { background-color: #AE6ABE; }
a { background-color: rgb(174,106,190); }
div.DivClassName
{
background-color: #AE6ABE;
}
.BgClassName
{
background-color: #AE6ABE;
}
</style>
border-color css
<style>
span { border-color: #AE6ABE; }
span { border-color: rgb(174,106,190); }
td.TdClassName
{
border-color: #AE6ABE;
}
.TagClassName
{
border-color: #AE6ABE;
}
</style>