Shades of Medium Orchid #AA4BDF
Tints of Medium Orchid #AA4BDF
RGB
CMYK
RGB Variations
Color information
#AA4BDF (or 0xAA4BDF) is known color: Medium Orchid. HEX triplet: AA, 4B and DF. RGB value is (170,75,223). Sum of RGB (Red+Green+Blue) = 170+75+223=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BDF is #55B420. Grayscale: #777777. Windows color (decimal): -5616673 or 14633898. OLE color: 14633898.
HSL color Cylindrical-coordinate representation of color #AA4BDF: hue angle of 278.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4BDF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 75 | 223 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.13 |
| HSL | 278.51º | 0.7% | 0.58% | - |
| HSV(B) | 278.51º | 0.66% | 0.87% | - |
| XYZ | 32.41 | 18.91 | 71.75 | - |
| YUV | 120.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 223 | 0.24 | 0.66 | 0 | 0.13 | 278.51 | 0.7 | 0.58 |
| Hex | AA | 4B | DF | 18 | 42 | 0 | D | 117 | 46 | 3A |
| Octal | 252 | 113 | 337 | 30 | 102 | 0 | 15 | 427 | 106 | 72 |
| Binary | 10101010 | 1001011 | 11011111 | 11000 | 1000010 | 0 | 1101 | 100010111 | 1000110 | 111010 |
Color Harmonies of #AA4BDF
Complementary color
Monochromatic Colors of #AA4BDF
Black with #AA4BDF
Text Example
Text Example
White with #AA4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BDF; }
p { color: rgb(170,75,223); }
H1.HeaderClassName
{
color: #AA4BDF;
}
.AnyTagClassName
{
color: #AA4BDF;
}
</style>
background-color css
<style>
a { background-color: #AA4BDF; }
a { background-color: rgb(170,75,223); }
div.DivClassName
{
background-color: #AA4BDF;
}
.BgClassName
{
background-color: #AA4BDF;
}
</style>
border-color css
<style>
span { border-color: #AA4BDF; }
span { border-color: rgb(170,75,223); }
td.TdClassName
{
border-color: #AA4BDF;
}
.TagClassName
{
border-color: #AA4BDF;
}
</style>