Shades of Medium Orchid #AA4BDD
Tints of Medium Orchid #AA4BDD
RGB
CMYK
RGB Variations
Color information
#AA4BDD (or 0xAA4BDD) is known color: Medium Orchid. HEX triplet: AA, 4B and DD. RGB value is (170,75,221). Sum of RGB (Red+Green+Blue) = 170+75+221=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BDD is #55B422. Grayscale: #777777. Windows color (decimal): -5616675 or 14502826. OLE color: 14502826.
HSL color Cylindrical-coordinate representation of color #AA4BDD: hue angle of 279.04º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4BDD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 75 | 221 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.13 |
| HSL | 279.04º | 0.68% | 0.58% | - |
| HSV(B) | 279.04º | 0.66% | 0.87% | - |
| XYZ | 32.14 | 18.8 | 70.34 | - |
| YUV | 120.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 221 | 0.23 | 0.66 | 0 | 0.13 | 279.04 | 0.68 | 0.58 |
| Hex | AA | 4B | DD | 17 | 42 | 0 | D | 117 | 44 | 3A |
| Octal | 252 | 113 | 335 | 27 | 102 | 0 | 15 | 427 | 104 | 72 |
| Binary | 10101010 | 1001011 | 11011101 | 10111 | 1000010 | 0 | 1101 | 100010111 | 1000100 | 111010 |
Color Harmonies of #AA4BDD
Complementary color
Monochromatic Colors of #AA4BDD
Black with #AA4BDD
Text Example
Text Example
White with #AA4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BDD; }
p { color: rgb(170,75,221); }
H1.HeaderClassName
{
color: #AA4BDD;
}
.AnyTagClassName
{
color: #AA4BDD;
}
</style>
background-color css
<style>
a { background-color: #AA4BDD; }
a { background-color: rgb(170,75,221); }
div.DivClassName
{
background-color: #AA4BDD;
}
.BgClassName
{
background-color: #AA4BDD;
}
</style>
border-color css
<style>
span { border-color: #AA4BDD; }
span { border-color: rgb(170,75,221); }
td.TdClassName
{
border-color: #AA4BDD;
}
.TagClassName
{
border-color: #AA4BDD;
}
</style>