#AA4AD9

Color #AA4AD9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA4AD9

Tints of Medium Orchid #AA4AD9

Color information

#AA4AD9 (or 0xAA4AD9) is unknown color: approx Medium Orchid. HEX triplet: AA, 4A and D9. RGB value is (170,74,217). Sum of RGB (Red+Green+Blue) = 170+74+217=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA4AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4AD9 is #55B526. Grayscale: #767676. Windows color (decimal): -5616935 or 14240426. OLE color: 14240426.

HSL color Cylindrical-coordinate representation of color #AA4AD9: hue angle of 280.28º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4AD9 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17074217-
CMYK0.220.6600.15
HSL280.28º65.3%57.06%-
HSV(B)280.28º65.9%85.1%-
XYZ31.5518.4567.54-
YUV119.01183.3164.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 74 (29.30% from 255) = 16.05%
BLUE value IS 217 (85.16% from 255) = 47.07%
R=36.88%
G=16.05%
B=47.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170742170.220.6600.15280.2865.357.06
HexAA4AD916420F1184139
Octal2521123312610201743010171
Binary10101010100101011011001101101000010011111000110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AD9; }

 p { color: rgb(170,74,217); }

 H1.HeaderClassName
 {
   color: #AA4AD9;
 }
 .AnyTagClassName
 {
   color: #AA4AD9;
 }
</style>
background-color css

<style>
 a { background-color: #AA4AD9; }

 a { background-color: rgb(170,74,217); }

 div.DivClassName
 {
   background-color: #AA4AD9;
 }
 .BgClassName
 {
   background-color: #AA4AD9;
 }
</style>
border-color css

<style>
 span { border-color: #AA4AD9; }

 span { border-color: rgb(170,74,217); }

 td.TdClassName
 {
   border-color: #AA4AD9;
 }
 .TagClassName
 {
   border-color: #AA4AD9;
 }
</style>