Shades of Medium Orchid #AE60C2
Tints of Medium Orchid #AE60C2
RGB
CMYK
RGB Variations
Color information
#AE60C2 (or 0xAE60C2) is known color: Medium Orchid. HEX triplet: AE, 60 and C2. RGB value is (174,96,194). Sum of RGB (Red+Green+Blue) = 174+96+194=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE60C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60C2 is #519F3D. Grayscale: #828282. Windows color (decimal): -5349182 or 12738734. OLE color: 12738734.
HSL color Cylindrical-coordinate representation of color #AE60C2: hue angle of 287.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE60C2 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 96 | 194 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.24 |
| HSL | 287.76º | 0.45% | 0.57% | - |
| HSV(B) | 287.76º | 0.51% | 0.76% | - |
| XYZ | 31.38 | 21.26 | 53.49 | - |
| YUV | 130.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 194 | 0.10 | 0.51 | 0 | 0.24 | 287.76 | 0.45 | 0.57 |
| Hex | AE | 60 | C2 | A | 33 | 0 | 18 | 120 | 2D | 39 |
| Octal | 256 | 140 | 302 | 12 | 63 | 0 | 30 | 440 | 55 | 71 |
| Binary | 10101110 | 1100000 | 11000010 | 1010 | 110011 | 0 | 11000 | 100100000 | 101101 | 111001 |
Color Harmonies of #AE60C2
Complementary color
Monochromatic Colors of #AE60C2
Black with #AE60C2
Text Example
Text Example
White with #AE60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE60C2; }
p { color: rgb(174,96,194); }
H1.HeaderClassName
{
color: #AE60C2;
}
.AnyTagClassName
{
color: #AE60C2;
}
</style>
background-color css
<style>
a { background-color: #AE60C2; }
a { background-color: rgb(174,96,194); }
div.DivClassName
{
background-color: #AE60C2;
}
.BgClassName
{
background-color: #AE60C2;
}
</style>
border-color css
<style>
span { border-color: #AE60C2; }
span { border-color: rgb(174,96,194); }
td.TdClassName
{
border-color: #AE60C2;
}
.TagClassName
{
border-color: #AE60C2;
}
</style>