Shades of Medium Orchid #AA4BEF
Tints of Medium Orchid #AA4BEF
RGB
CMYK
RGB Variations
Color information
#AA4BEF (or 0xAA4BEF) is known color: Medium Orchid. HEX triplet: AA, 4B and EF. RGB value is (170,75,239). Sum of RGB (Red+Green+Blue) = 170+75+239=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA4BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BEF is #55B410. Grayscale: #797979. Windows color (decimal): -5616657 or 15682474. OLE color: 15682474.
HSL color Cylindrical-coordinate representation of color #AA4BEF: hue angle of 274.76º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4BEF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 75 | 239 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.06 |
| HSL | 274.76º | 0.84% | 0.62% | - |
| HSV(B) | 274.76º | 0.69% | 0.94% | - |
| XYZ | 34.67 | 19.81 | 83.66 | - |
| YUV | 122.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 239 | 0.29 | 0.69 | 0 | 0.06 | 274.76 | 0.84 | 0.62 |
| Hex | AA | 4B | EF | 1D | 45 | 0 | 6 | 113 | 54 | 3E |
| Octal | 252 | 113 | 357 | 35 | 105 | 0 | 6 | 423 | 124 | 76 |
| Binary | 10101010 | 1001011 | 11101111 | 11101 | 1000101 | 0 | 110 | 100010011 | 1010100 | 111110 |
Color Harmonies of #AA4BEF
Complementary color
Monochromatic Colors of #AA4BEF
Black with #AA4BEF
Text Example
Text Example
White with #AA4BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BEF; }
p { color: rgb(170,75,239); }
H1.HeaderClassName
{
color: #AA4BEF;
}
.AnyTagClassName
{
color: #AA4BEF;
}
</style>
background-color css
<style>
a { background-color: #AA4BEF; }
a { background-color: rgb(170,75,239); }
div.DivClassName
{
background-color: #AA4BEF;
}
.BgClassName
{
background-color: #AA4BEF;
}
</style>
border-color css
<style>
span { border-color: #AA4BEF; }
span { border-color: rgb(170,75,239); }
td.TdClassName
{
border-color: #AA4BEF;
}
.TagClassName
{
border-color: #AA4BEF;
}
</style>