Shades of Medium Orchid #AA55DF
Tints of Medium Orchid #AA55DF
RGB
CMYK
RGB Variations
Color information
#AA55DF (or 0xAA55DF) is known color: Medium Orchid. HEX triplet: AA, 55 and DF. RGB value is (170,85,223). Sum of RGB (Red+Green+Blue) = 170+85+223=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55DF is #55AA20. Grayscale: #7D7D7D. Windows color (decimal): -5614113 or 14636458. OLE color: 14636458.
HSL color Cylindrical-coordinate representation of color #AA55DF: hue angle of 276.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA55DF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 85 | 223 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.13 |
| HSL | 276.96º | 0.68% | 0.6% | - |
| HSV(B) | 276.96º | 0.62% | 0.87% | - |
| XYZ | 33.15 | 20.37 | 72 | - |
| YUV | 126.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 223 | 0.24 | 0.62 | 0 | 0.13 | 276.96 | 0.68 | 0.6 |
| Hex | AA | 55 | DF | 18 | 3E | 0 | D | 115 | 44 | 3C |
| Octal | 252 | 125 | 337 | 30 | 76 | 0 | 15 | 425 | 104 | 74 |
| Binary | 10101010 | 1010101 | 11011111 | 11000 | 111110 | 0 | 1101 | 100010101 | 1000100 | 111100 |
Color Harmonies of #AA55DF
Complementary color
Monochromatic Colors of #AA55DF
Black with #AA55DF
Text Example
Text Example
White with #AA55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55DF; }
p { color: rgb(170,85,223); }
H1.HeaderClassName
{
color: #AA55DF;
}
.AnyTagClassName
{
color: #AA55DF;
}
</style>
background-color css
<style>
a { background-color: #AA55DF; }
a { background-color: rgb(170,85,223); }
div.DivClassName
{
background-color: #AA55DF;
}
.BgClassName
{
background-color: #AA55DF;
}
</style>
border-color css
<style>
span { border-color: #AA55DF; }
span { border-color: rgb(170,85,223); }
td.TdClassName
{
border-color: #AA55DF;
}
.TagClassName
{
border-color: #AA55DF;
}
</style>