Shades of Medium Orchid #AA4DDC
Tints of Medium Orchid #AA4DDC
RGB
CMYK
RGB Variations
Color information
#AA4DDC (or 0xAA4DDC) is known color: Medium Orchid. HEX triplet: AA, 4D and DC. RGB value is (170,77,220). Sum of RGB (Red+Green+Blue) = 170+77+220=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DDC is #55B223. Grayscale: #787878. Windows color (decimal): -5616164 or 14437802. OLE color: 14437802.
HSL color Cylindrical-coordinate representation of color #AA4DDC: hue angle of 279.02º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4DDC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 77 | 220 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.14 |
| HSL | 279.02º | 0.67% | 0.58% | - |
| HSV(B) | 279.02º | 0.65% | 0.86% | - |
| XYZ | 32.15 | 19.02 | 69.69 | - |
| YUV | 121.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 220 | 0.23 | 0.65 | 0 | 0.14 | 279.02 | 0.67 | 0.58 |
| Hex | AA | 4D | DC | 17 | 41 | 0 | E | 117 | 43 | 3A |
| Octal | 252 | 115 | 334 | 27 | 101 | 0 | 16 | 427 | 103 | 72 |
| Binary | 10101010 | 1001101 | 11011100 | 10111 | 1000001 | 0 | 1110 | 100010111 | 1000011 | 111010 |
Color Harmonies of #AA4DDC
Complementary color
Monochromatic Colors of #AA4DDC
Black with #AA4DDC
Text Example
Text Example
White with #AA4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DDC; }
p { color: rgb(170,77,220); }
H1.HeaderClassName
{
color: #AA4DDC;
}
.AnyTagClassName
{
color: #AA4DDC;
}
</style>
background-color css
<style>
a { background-color: #AA4DDC; }
a { background-color: rgb(170,77,220); }
div.DivClassName
{
background-color: #AA4DDC;
}
.BgClassName
{
background-color: #AA4DDC;
}
</style>
border-color css
<style>
span { border-color: #AA4DDC; }
span { border-color: rgb(170,77,220); }
td.TdClassName
{
border-color: #AA4DDC;
}
.TagClassName
{
border-color: #AA4DDC;
}
</style>