Shades of Medium Orchid #AA43D5
Tints of Medium Orchid #AA43D5
RGB
CMYK
RGB Variations
Color information
#AA43D5 (or 0xAA43D5) is known color: Medium Orchid. HEX triplet: AA, 43 and D5. RGB value is (170,67,213). Sum of RGB (Red+Green+Blue) = 170+67+213=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA43D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43D5 is #55BC2A. Grayscale: #717171. Windows color (decimal): -5618731 or 13976490. OLE color: 13976490.
HSL color Cylindrical-coordinate representation of color #AA43D5: hue angle of 282.33º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA43D5 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 67 | 213 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.16 |
| HSL | 282.33º | 0.63% | 0.55% | - |
| HSV(B) | 282.33º | 0.69% | 0.84% | - |
| XYZ | 30.59 | 17.36 | 64.69 | - |
| YUV | 114.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 213 | 0.20 | 0.69 | 0 | 0.16 | 282.33 | 0.63 | 0.55 |
| Hex | AA | 43 | D5 | 14 | 45 | 0 | 10 | 11A | 3F | 37 |
| Octal | 252 | 103 | 325 | 24 | 105 | 0 | 20 | 432 | 77 | 67 |
| Binary | 10101010 | 1000011 | 11010101 | 10100 | 1000101 | 0 | 10000 | 100011010 | 111111 | 110111 |
Color Harmonies of #AA43D5
Complementary color
Monochromatic Colors of #AA43D5
Black with #AA43D5
Text Example
Text Example
White with #AA43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43D5; }
p { color: rgb(170,67,213); }
H1.HeaderClassName
{
color: #AA43D5;
}
.AnyTagClassName
{
color: #AA43D5;
}
</style>
background-color css
<style>
a { background-color: #AA43D5; }
a { background-color: rgb(170,67,213); }
div.DivClassName
{
background-color: #AA43D5;
}
.BgClassName
{
background-color: #AA43D5;
}
</style>
border-color css
<style>
span { border-color: #AA43D5; }
span { border-color: rgb(170,67,213); }
td.TdClassName
{
border-color: #AA43D5;
}
.TagClassName
{
border-color: #AA43D5;
}
</style>