Shades of Medium Orchid #AA43ED
Tints of Medium Orchid #AA43ED
RGB
CMYK
RGB Variations
Color information
#AA43ED (or 0xAA43ED) is known color: Medium Orchid. HEX triplet: AA, 43 and ED. RGB value is (170,67,237). Sum of RGB (Red+Green+Blue) = 170+67+237=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA43ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA43ED is #55BC12. Grayscale: #747474. Windows color (decimal): -5618707 or 15549354. OLE color: 15549354.
HSL color Cylindrical-coordinate representation of color #AA43ED: hue angle of 276.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA43ED is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 67 | 237 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.07 |
| HSL | 276.35º | 0.83% | 0.6% | - |
| HSV(B) | 276.35º | 0.72% | 0.93% | - |
| XYZ | 33.87 | 18.67 | 81.94 | - |
| YUV | 117.18 | 195.62 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 237 | 0.28 | 0.72 | 0 | 0.07 | 276.35 | 0.83 | 0.6 |
| Hex | AA | 43 | ED | 1C | 48 | 0 | 7 | 114 | 53 | 3C |
| Octal | 252 | 103 | 355 | 34 | 110 | 0 | 7 | 424 | 123 | 74 |
| Binary | 10101010 | 1000011 | 11101101 | 11100 | 1001000 | 0 | 111 | 100010100 | 1010011 | 111100 |
Color Harmonies of #AA43ED
Complementary color
Monochromatic Colors of #AA43ED
Black with #AA43ED
Text Example
Text Example
White with #AA43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43ED; }
p { color: rgb(170,67,237); }
H1.HeaderClassName
{
color: #AA43ED;
}
.AnyTagClassName
{
color: #AA43ED;
}
</style>
background-color css
<style>
a { background-color: #AA43ED; }
a { background-color: rgb(170,67,237); }
div.DivClassName
{
background-color: #AA43ED;
}
.BgClassName
{
background-color: #AA43ED;
}
</style>
border-color css
<style>
span { border-color: #AA43ED; }
span { border-color: rgb(170,67,237); }
td.TdClassName
{
border-color: #AA43ED;
}
.TagClassName
{
border-color: #AA43ED;
}
</style>