Shades of Medium Orchid #AA4ADC
Tints of Medium Orchid #AA4ADC
RGB
CMYK
RGB Variations
Color information
#AA4ADC (or 0xAA4ADC) is known color: Medium Orchid. HEX triplet: AA, 4A and DC. RGB value is (170,74,220). Sum of RGB (Red+Green+Blue) = 170+74+220=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ADC is #55B523. Grayscale: #767676. Windows color (decimal): -5616932 or 14437034. OLE color: 14437034.
HSL color Cylindrical-coordinate representation of color #AA4ADC: hue angle of 279.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4ADC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 74 | 220 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.14 |
| HSL | 279.45º | 0.68% | 0.58% | - |
| HSV(B) | 279.45º | 0.66% | 0.86% | - |
| XYZ | 31.94 | 18.61 | 69.62 | - |
| YUV | 119.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 220 | 0.23 | 0.66 | 0 | 0.14 | 279.45 | 0.68 | 0.58 |
| Hex | AA | 4A | DC | 17 | 42 | 0 | E | 117 | 44 | 3A |
| Octal | 252 | 112 | 334 | 27 | 102 | 0 | 16 | 427 | 104 | 72 |
| Binary | 10101010 | 1001010 | 11011100 | 10111 | 1000010 | 0 | 1110 | 100010111 | 1000100 | 111010 |
Color Harmonies of #AA4ADC
Complementary color
Monochromatic Colors of #AA4ADC
Black with #AA4ADC
Text Example
Text Example
White with #AA4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ADC; }
p { color: rgb(170,74,220); }
H1.HeaderClassName
{
color: #AA4ADC;
}
.AnyTagClassName
{
color: #AA4ADC;
}
</style>
background-color css
<style>
a { background-color: #AA4ADC; }
a { background-color: rgb(170,74,220); }
div.DivClassName
{
background-color: #AA4ADC;
}
.BgClassName
{
background-color: #AA4ADC;
}
</style>
border-color css
<style>
span { border-color: #AA4ADC; }
span { border-color: rgb(170,74,220); }
td.TdClassName
{
border-color: #AA4ADC;
}
.TagClassName
{
border-color: #AA4ADC;
}
</style>