Shades of Medium Orchid #AA5ADF
Tints of Medium Orchid #AA5ADF
RGB
CMYK
RGB Variations
Color information
#AA5ADF (or 0xAA5ADF) is known color: Medium Orchid. HEX triplet: AA, 5A and DF. RGB value is (170,90,223). Sum of RGB (Red+Green+Blue) = 170+90+223=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA5ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ADF is #55A520. Grayscale: #808080. Windows color (decimal): -5612833 or 14637738. OLE color: 14637738.
HSL color Cylindrical-coordinate representation of color #AA5ADF: hue angle of 276.09º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5ADF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 90 | 223 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.13 |
| HSL | 276.09º | 0.68% | 0.61% | - |
| HSV(B) | 276.09º | 0.6% | 0.87% | - |
| XYZ | 33.55 | 21.19 | 72.13 | - |
| YUV | 129.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 223 | 0.24 | 0.60 | 0 | 0.13 | 276.09 | 0.68 | 0.61 |
| Hex | AA | 5A | DF | 18 | 3C | 0 | D | 114 | 44 | 3D |
| Octal | 252 | 132 | 337 | 30 | 74 | 0 | 15 | 424 | 104 | 75 |
| Binary | 10101010 | 1011010 | 11011111 | 11000 | 111100 | 0 | 1101 | 100010100 | 1000100 | 111101 |
Color Harmonies of #AA5ADF
Complementary color
Monochromatic Colors of #AA5ADF
Black with #AA5ADF
Text Example
Text Example
White with #AA5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5ADF; }
p { color: rgb(170,90,223); }
H1.HeaderClassName
{
color: #AA5ADF;
}
.AnyTagClassName
{
color: #AA5ADF;
}
</style>
background-color css
<style>
a { background-color: #AA5ADF; }
a { background-color: rgb(170,90,223); }
div.DivClassName
{
background-color: #AA5ADF;
}
.BgClassName
{
background-color: #AA5ADF;
}
</style>
border-color css
<style>
span { border-color: #AA5ADF; }
span { border-color: rgb(170,90,223); }
td.TdClassName
{
border-color: #AA5ADF;
}
.TagClassName
{
border-color: #AA5ADF;
}
</style>