Shades of Medium Orchid #AA4DC8
Tints of Medium Orchid #AA4DC8
RGB
CMYK
RGB Variations
Color information
#AA4DC8 (or 0xAA4DC8) is known color: Medium Orchid. HEX triplet: AA, 4D and C8. RGB value is (170,77,200). Sum of RGB (Red+Green+Blue) = 170+77+200=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA4DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DC8 is #55B237. Grayscale: #767676. Windows color (decimal): -5616184 or 13127082. OLE color: 13127082.
HSL color Cylindrical-coordinate representation of color #AA4DC8: hue angle of 285.37º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4DC8 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 77 | 200 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.22 |
| HSL | 285.37º | 0.53% | 0.54% | - |
| HSV(B) | 285.37º | 0.62% | 0.78% | - |
| XYZ | 29.66 | 18.02 | 56.56 | - |
| YUV | 118.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 200 | 0.15 | 0.62 | 0 | 0.22 | 285.37 | 0.53 | 0.54 |
| Hex | AA | 4D | C8 | F | 3E | 0 | 16 | 11D | 35 | 36 |
| Octal | 252 | 115 | 310 | 17 | 76 | 0 | 26 | 435 | 65 | 66 |
| Binary | 10101010 | 1001101 | 11001000 | 1111 | 111110 | 0 | 10110 | 100011101 | 110101 | 110110 |
Color Harmonies of #AA4DC8
Complementary color
Monochromatic Colors of #AA4DC8
Black with #AA4DC8
Text Example
Text Example
White with #AA4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DC8; }
p { color: rgb(170,77,200); }
H1.HeaderClassName
{
color: #AA4DC8;
}
.AnyTagClassName
{
color: #AA4DC8;
}
</style>
background-color css
<style>
a { background-color: #AA4DC8; }
a { background-color: rgb(170,77,200); }
div.DivClassName
{
background-color: #AA4DC8;
}
.BgClassName
{
background-color: #AA4DC8;
}
</style>
border-color css
<style>
span { border-color: #AA4DC8; }
span { border-color: rgb(170,77,200); }
td.TdClassName
{
border-color: #AA4DC8;
}
.TagClassName
{
border-color: #AA4DC8;
}
</style>