Shades of Medium Orchid #AA4BED
Tints of Medium Orchid #AA4BED
RGB
CMYK
RGB Variations
Color information
#AA4BED (or 0xAA4BED) is known color: Medium Orchid. HEX triplet: AA, 4B and ED. RGB value is (170,75,237). Sum of RGB (Red+Green+Blue) = 170+75+237=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA4BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BED is #55B412. Grayscale: #797979. Windows color (decimal): -5616659 or 15551402. OLE color: 15551402.
HSL color Cylindrical-coordinate representation of color #AA4BED: hue angle of 275.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4BED is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 75 | 237 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.19º | 0.82% | 0.61% | - |
| HSV(B) | 275.19º | 0.68% | 0.93% | - |
| XYZ | 34.38 | 19.69 | 82.11 | - |
| YUV | 121.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 237 | 0.28 | 0.68 | 0 | 0.07 | 275.19 | 0.82 | 0.61 |
| Hex | AA | 4B | ED | 1C | 44 | 0 | 7 | 113 | 52 | 3D |
| Octal | 252 | 113 | 355 | 34 | 104 | 0 | 7 | 423 | 122 | 75 |
| Binary | 10101010 | 1001011 | 11101101 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010010 | 111101 |
Color Harmonies of #AA4BED
Complementary color
Monochromatic Colors of #AA4BED
Black with #AA4BED
Text Example
Text Example
White with #AA4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BED; }
p { color: rgb(170,75,237); }
H1.HeaderClassName
{
color: #AA4BED;
}
.AnyTagClassName
{
color: #AA4BED;
}
</style>
background-color css
<style>
a { background-color: #AA4BED; }
a { background-color: rgb(170,75,237); }
div.DivClassName
{
background-color: #AA4BED;
}
.BgClassName
{
background-color: #AA4BED;
}
</style>
border-color css
<style>
span { border-color: #AA4BED; }
span { border-color: rgb(170,75,237); }
td.TdClassName
{
border-color: #AA4BED;
}
.TagClassName
{
border-color: #AA4BED;
}
</style>