Shades of Medium Orchid #AA4DF3
Tints of Medium Orchid #AA4DF3
RGB
CMYK
RGB Variations
Color information
#AA4DF3 (or 0xAA4DF3) is known color: Medium Orchid. HEX triplet: AA, 4D and F3. RGB value is (170,77,243). Sum of RGB (Red+Green+Blue) = 170+77+243=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA4DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DF3 is #55B20C. Grayscale: #7B7B7B. Windows color (decimal): -5616141 or 15945130. OLE color: 15945130.
HSL color Cylindrical-coordinate representation of color #AA4DF3: hue angle of 273.61º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4DF3 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 77 | 243 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.05 |
| HSL | 273.61º | 0.87% | 0.63% | - |
| HSV(B) | 273.61º | 0.68% | 0.95% | - |
| XYZ | 35.41 | 20.32 | 86.85 | - |
| YUV | 123.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 243 | 0.30 | 0.68 | 0 | 0.05 | 273.61 | 0.87 | 0.63 |
| Hex | AA | 4D | F3 | 1E | 44 | 0 | 5 | 112 | 57 | 3F |
| Octal | 252 | 115 | 363 | 36 | 104 | 0 | 5 | 422 | 127 | 77 |
| Binary | 10101010 | 1001101 | 11110011 | 11110 | 1000100 | 0 | 101 | 100010010 | 1010111 | 111111 |
Color Harmonies of #AA4DF3
Complementary color
Monochromatic Colors of #AA4DF3
Black with #AA4DF3
Text Example
Text Example
White with #AA4DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DF3; }
p { color: rgb(170,77,243); }
H1.HeaderClassName
{
color: #AA4DF3;
}
.AnyTagClassName
{
color: #AA4DF3;
}
</style>
background-color css
<style>
a { background-color: #AA4DF3; }
a { background-color: rgb(170,77,243); }
div.DivClassName
{
background-color: #AA4DF3;
}
.BgClassName
{
background-color: #AA4DF3;
}
</style>
border-color css
<style>
span { border-color: #AA4DF3; }
span { border-color: rgb(170,77,243); }
td.TdClassName
{
border-color: #AA4DF3;
}
.TagClassName
{
border-color: #AA4DF3;
}
</style>