Shades of Medium Orchid #AA5CE7
Tints of Medium Orchid #AA5CE7
RGB
CMYK
RGB Variations
Color information
#AA5CE7 (or 0xAA5CE7) is known color: Medium Orchid. HEX triplet: AA, 5C and E7. RGB value is (170,92,231). Sum of RGB (Red+Green+Blue) = 170+92+231=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA5CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CE7 is #55A318. Grayscale: #828282. Windows color (decimal): -5612313 or 15162538. OLE color: 15162538.
HSL color Cylindrical-coordinate representation of color #AA5CE7: hue angle of 273.67º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5CE7 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 92 | 231 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.09 |
| HSL | 273.67º | 0.74% | 0.63% | - |
| HSV(B) | 273.67º | 0.6% | 0.91% | - |
| XYZ | 34.83 | 21.97 | 78.01 | - |
| YUV | 131.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 231 | 0.26 | 0.60 | 0 | 0.09 | 273.67 | 0.74 | 0.63 |
| Hex | AA | 5C | E7 | 1A | 3C | 0 | 9 | 112 | 4A | 3F |
| Octal | 252 | 134 | 347 | 32 | 74 | 0 | 11 | 422 | 112 | 77 |
| Binary | 10101010 | 1011100 | 11100111 | 11010 | 111100 | 0 | 1001 | 100010010 | 1001010 | 111111 |
Color Harmonies of #AA5CE7
Complementary color
Monochromatic Colors of #AA5CE7
Black with #AA5CE7
Text Example
Text Example
White with #AA5CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CE7; }
p { color: rgb(170,92,231); }
H1.HeaderClassName
{
color: #AA5CE7;
}
.AnyTagClassName
{
color: #AA5CE7;
}
</style>
background-color css
<style>
a { background-color: #AA5CE7; }
a { background-color: rgb(170,92,231); }
div.DivClassName
{
background-color: #AA5CE7;
}
.BgClassName
{
background-color: #AA5CE7;
}
</style>
border-color css
<style>
span { border-color: #AA5CE7; }
span { border-color: rgb(170,92,231); }
td.TdClassName
{
border-color: #AA5CE7;
}
.TagClassName
{
border-color: #AA5CE7;
}
</style>