Shades of Medium Orchid #AA5DC7
Tints of Medium Orchid #AA5DC7
RGB
CMYK
RGB Variations
Color information
#AA5DC7 (or 0xAA5DC7) is known color: Medium Orchid. HEX triplet: AA, 5D and C7. RGB value is (170,93,199). Sum of RGB (Red+Green+Blue) = 170+93+199=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA5DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DC7 is #55A238. Grayscale: #7F7F7F. Windows color (decimal): -5612089 or 13065642. OLE color: 13065642.
HSL color Cylindrical-coordinate representation of color #AA5DC7: hue angle of 283.58º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5DC7 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 93 | 199 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.22 |
| HSL | 283.58º | 0.49% | 0.57% | - |
| HSV(B) | 283.58º | 0.53% | 0.78% | - |
| XYZ | 30.8 | 20.5 | 56.37 | - |
| YUV | 128.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 199 | 0.15 | 0.53 | 0 | 0.22 | 283.58 | 0.49 | 0.57 |
| Hex | AA | 5D | C7 | F | 35 | 0 | 16 | 11C | 31 | 39 |
| Octal | 252 | 135 | 307 | 17 | 65 | 0 | 26 | 434 | 61 | 71 |
| Binary | 10101010 | 1011101 | 11000111 | 1111 | 110101 | 0 | 10110 | 100011100 | 110001 | 111001 |
Color Harmonies of #AA5DC7
Complementary color
Monochromatic Colors of #AA5DC7
Black with #AA5DC7
Text Example
Text Example
White with #AA5DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DC7; }
p { color: rgb(170,93,199); }
H1.HeaderClassName
{
color: #AA5DC7;
}
.AnyTagClassName
{
color: #AA5DC7;
}
</style>
background-color css
<style>
a { background-color: #AA5DC7; }
a { background-color: rgb(170,93,199); }
div.DivClassName
{
background-color: #AA5DC7;
}
.BgClassName
{
background-color: #AA5DC7;
}
</style>
border-color css
<style>
span { border-color: #AA5DC7; }
span { border-color: rgb(170,93,199); }
td.TdClassName
{
border-color: #AA5DC7;
}
.TagClassName
{
border-color: #AA5DC7;
}
</style>