Shades of Medium Orchid #AA5CE5
Tints of Medium Orchid #AA5CE5
RGB
CMYK
RGB Variations
Color information
#AA5CE5 (or 0xAA5CE5) is known color: Medium Orchid. HEX triplet: AA, 5C and E5. RGB value is (170,92,229). Sum of RGB (Red+Green+Blue) = 170+92+229=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA5CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CE5 is #55A31A. Grayscale: #828282. Windows color (decimal): -5612315 or 15031466. OLE color: 15031466.
HSL color Cylindrical-coordinate representation of color #AA5CE5: hue angle of 274.16º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5CE5 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 92 | 229 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.10 |
| HSL | 274.16º | 0.72% | 0.63% | - |
| HSV(B) | 274.16º | 0.6% | 0.9% | - |
| XYZ | 34.55 | 21.86 | 76.53 | - |
| YUV | 130.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 229 | 0.26 | 0.60 | 0 | 0.10 | 274.16 | 0.72 | 0.63 |
| Hex | AA | 5C | E5 | 1A | 3C | 0 | A | 112 | 48 | 3F |
| Octal | 252 | 134 | 345 | 32 | 74 | 0 | 12 | 422 | 110 | 77 |
| Binary | 10101010 | 1011100 | 11100101 | 11010 | 111100 | 0 | 1010 | 100010010 | 1001000 | 111111 |
Color Harmonies of #AA5CE5
Complementary color
Monochromatic Colors of #AA5CE5
Black with #AA5CE5
Text Example
Text Example
White with #AA5CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CE5; }
p { color: rgb(170,92,229); }
H1.HeaderClassName
{
color: #AA5CE5;
}
.AnyTagClassName
{
color: #AA5CE5;
}
</style>
background-color css
<style>
a { background-color: #AA5CE5; }
a { background-color: rgb(170,92,229); }
div.DivClassName
{
background-color: #AA5CE5;
}
.BgClassName
{
background-color: #AA5CE5;
}
</style>
border-color css
<style>
span { border-color: #AA5CE5; }
span { border-color: rgb(170,92,229); }
td.TdClassName
{
border-color: #AA5CE5;
}
.TagClassName
{
border-color: #AA5CE5;
}
</style>