Shades of Medium Orchid #AA4DED
Tints of Medium Orchid #AA4DED
RGB
CMYK
RGB Variations
Color information
#AA4DED (or 0xAA4DED) is known color: Medium Orchid. HEX triplet: AA, 4D and ED. RGB value is (170,77,237). Sum of RGB (Red+Green+Blue) = 170+77+237=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DED is #55B212. Grayscale: #7A7A7A. Windows color (decimal): -5616147 or 15551914. OLE color: 15551914.
HSL color Cylindrical-coordinate representation of color #AA4DED: hue angle of 274.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4DED is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 77 | 237 | - |
CMYK | 0.28 | 0.68 | 0 | 0.07 |
HSL | 274.88º | 0.82% | 0.62% | - |
HSV(B) | 274.88º | 0.68% | 0.93% | - |
XYZ | 34.52 | 19.97 | 82.16 | - |
YUV | 123.05 | 192.31 | 161.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 77 | 237 | 0.28 | 0.68 | 0 | 0.07 | 274.88 | 0.82 | 0.62 |
Hex | AA | 4D | ED | 1C | 44 | 0 | 7 | 113 | 52 | 3E |
Octal | 252 | 115 | 355 | 34 | 104 | 0 | 7 | 423 | 122 | 76 |
Binary | 10101010 | 1001101 | 11101101 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010010 | 111110 |
Color Harmonies of #AA4DED
Complementary color
Monochromatic Colors of #AA4DED
Black with #AA4DED
Text Example
Text Example
White with #AA4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DED; }
p { color: rgb(170,77,237); }
H1.HeaderClassName
{
color: #AA4DED;
}
.AnyTagClassName
{
color: #AA4DED;
}
</style>
background-color css
<style>
a { background-color: #AA4DED; }
a { background-color: rgb(170,77,237); }
div.DivClassName
{
background-color: #AA4DED;
}
.BgClassName
{
background-color: #AA4DED;
}
</style>
border-color css
<style>
span { border-color: #AA4DED; }
span { border-color: rgb(170,77,237); }
td.TdClassName
{
border-color: #AA4DED;
}
.TagClassName
{
border-color: #AA4DED;
}
</style>