#AA4BD9

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

Shades of Medium Orchid #AA4BD9

Tints of Medium Orchid #AA4BD9

Color information

#AA4BD9 (or 0xAA4BD9) is unknown color: approx Medium Orchid. HEX triplet: AA, 4B and D9. RGB value is (170,75,217). Sum of RGB (Red+Green+Blue) = 170+75+217=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA4BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BD9 is #55B426. Grayscale: #777777. Windows color (decimal): -5616679 or 14240682. OLE color: 14240682.

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

Color convert

RGB17075217-
CMYK0.220.6500.15
HSL280.14º65.14%57.25%-
HSV(B)280.14º65.44%85.1%-
XYZ31.6218.5967.57-
YUV119.59182.97163.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 75 (29.69% from 255) = 16.23%
BLUE value IS 217 (85.16% from 255) = 46.97%
R=36.80%
G=16.23%
B=46.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170752170.220.6500.15280.1465.1457.25
HexAA4BD916410F1184139
Octal2521133312610101743010171
Binary10101010100101111011001101101000001011111000110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BD9; }

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

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

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

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

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

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

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

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