Shades of Medium Orchid #AA4DD4
Tints of Medium Orchid #AA4DD4
RGB
CMYK
RGB Variations
Color information
#AA4DD4 (or 0xAA4DD4) is known color: Medium Orchid. HEX triplet: AA, 4D and D4. RGB value is (170,77,212). Sum of RGB (Red+Green+Blue) = 170+77+212=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA4DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DD4 is #55B22B. Grayscale: #777777. Windows color (decimal): -5616172 or 13913514. OLE color: 13913514.
HSL color Cylindrical-coordinate representation of color #AA4DD4: hue angle of 281.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4DD4 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 77 | 212 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.17 |
| HSL | 281.33º | 0.61% | 0.57% | - |
| HSV(B) | 281.33º | 0.64% | 0.83% | - |
| XYZ | 31.12 | 18.61 | 64.24 | - |
| YUV | 120.2 | 179.81 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 212 | 0.20 | 0.64 | 0 | 0.17 | 281.33 | 0.61 | 0.57 |
| Hex | AA | 4D | D4 | 14 | 40 | 0 | 11 | 119 | 3D | 39 |
| Octal | 252 | 115 | 324 | 24 | 100 | 0 | 21 | 431 | 75 | 71 |
| Binary | 10101010 | 1001101 | 11010100 | 10100 | 1000000 | 0 | 10001 | 100011001 | 111101 | 111001 |
Color Harmonies of #AA4DD4
Complementary color
Monochromatic Colors of #AA4DD4
Black with #AA4DD4
Text Example
Text Example
White with #AA4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DD4; }
p { color: rgb(170,77,212); }
H1.HeaderClassName
{
color: #AA4DD4;
}
.AnyTagClassName
{
color: #AA4DD4;
}
</style>
background-color css
<style>
a { background-color: #AA4DD4; }
a { background-color: rgb(170,77,212); }
div.DivClassName
{
background-color: #AA4DD4;
}
.BgClassName
{
background-color: #AA4DD4;
}
</style>
border-color css
<style>
span { border-color: #AA4DD4; }
span { border-color: rgb(170,77,212); }
td.TdClassName
{
border-color: #AA4DD4;
}
.TagClassName
{
border-color: #AA4DD4;
}
</style>