Shades of Medium Orchid #AA4BDC
Tints of Medium Orchid #AA4BDC
RGB
CMYK
RGB Variations
Color information
#AA4BDC (or 0xAA4BDC) is known color: Medium Orchid. HEX triplet: AA, 4B and DC. RGB value is (170,75,220). Sum of RGB (Red+Green+Blue) = 170+75+220=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BDC is #55B423. Grayscale: #777777. Windows color (decimal): -5616676 or 14437290. OLE color: 14437290.
HSL color Cylindrical-coordinate representation of color #AA4BDC: hue angle of 279.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4BDC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 75 | 220 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.14 |
| HSL | 279.31º | 0.67% | 0.58% | - |
| HSV(B) | 279.31º | 0.66% | 0.86% | - |
| XYZ | 32.01 | 18.75 | 69.64 | - |
| YUV | 119.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 220 | 0.23 | 0.66 | 0 | 0.14 | 279.31 | 0.67 | 0.58 |
| Hex | AA | 4B | DC | 17 | 42 | 0 | E | 117 | 43 | 3A |
| Octal | 252 | 113 | 334 | 27 | 102 | 0 | 16 | 427 | 103 | 72 |
| Binary | 10101010 | 1001011 | 11011100 | 10111 | 1000010 | 0 | 1110 | 100010111 | 1000011 | 111010 |
Color Harmonies of #AA4BDC
Complementary color
Monochromatic Colors of #AA4BDC
Black with #AA4BDC
Text Example
Text Example
White with #AA4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BDC; }
p { color: rgb(170,75,220); }
H1.HeaderClassName
{
color: #AA4BDC;
}
.AnyTagClassName
{
color: #AA4BDC;
}
</style>
background-color css
<style>
a { background-color: #AA4BDC; }
a { background-color: rgb(170,75,220); }
div.DivClassName
{
background-color: #AA4BDC;
}
.BgClassName
{
background-color: #AA4BDC;
}
</style>
border-color css
<style>
span { border-color: #AA4BDC; }
span { border-color: rgb(170,75,220); }
td.TdClassName
{
border-color: #AA4BDC;
}
.TagClassName
{
border-color: #AA4BDC;
}
</style>