Shades of Medium Orchid #AA43E5
Tints of Medium Orchid #AA43E5
RGB
CMYK
RGB Variations
Color information
#AA43E5 (or 0xAA43E5) is known color: Medium Orchid. HEX triplet: AA, 43 and E5. RGB value is (170,67,229). Sum of RGB (Red+Green+Blue) = 170+67+229=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA43E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43E5 is #55BC1A. Grayscale: #737373. Windows color (decimal): -5618715 or 15025066. OLE color: 15025066.
HSL color Cylindrical-coordinate representation of color #AA43E5: hue angle of 278.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA43E5 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 67 | 229 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.10 |
| HSL | 278.15º | 0.76% | 0.58% | - |
| HSV(B) | 278.15º | 0.71% | 0.9% | - |
| XYZ | 32.73 | 18.22 | 75.92 | - |
| YUV | 116.27 | 191.62 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 229 | 0.26 | 0.71 | 0 | 0.10 | 278.15 | 0.76 | 0.58 |
| Hex | AA | 43 | E5 | 1A | 47 | 0 | A | 116 | 4C | 3A |
| Octal | 252 | 103 | 345 | 32 | 107 | 0 | 12 | 426 | 114 | 72 |
| Binary | 10101010 | 1000011 | 11100101 | 11010 | 1000111 | 0 | 1010 | 100010110 | 1001100 | 111010 |
Color Harmonies of #AA43E5
Complementary color
Monochromatic Colors of #AA43E5
Black with #AA43E5
Text Example
Text Example
White with #AA43E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43E5; }
p { color: rgb(170,67,229); }
H1.HeaderClassName
{
color: #AA43E5;
}
.AnyTagClassName
{
color: #AA43E5;
}
</style>
background-color css
<style>
a { background-color: #AA43E5; }
a { background-color: rgb(170,67,229); }
div.DivClassName
{
background-color: #AA43E5;
}
.BgClassName
{
background-color: #AA43E5;
}
</style>
border-color css
<style>
span { border-color: #AA43E5; }
span { border-color: rgb(170,67,229); }
td.TdClassName
{
border-color: #AA43E5;
}
.TagClassName
{
border-color: #AA43E5;
}
</style>