#AA49DF

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

Shades of Medium Orchid #AA49DF

Tints of Medium Orchid #AA49DF

Color information

#AA49DF (or 0xAA49DF) is unknown color: approx Medium Orchid. HEX triplet: AA, 49 and DF. RGB value is (170,73,223). Sum of RGB (Red+Green+Blue) = 170+73+223=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA49DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49DF is #55B620. Grayscale: #767676. Windows color (decimal): -5617185 or 14633386. OLE color: 14633386.

HSL color Cylindrical-coordinate representation of color #AA49DF: hue angle of 278.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA49DF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17073223-
CMYK0.240.6700.13
HSL278.8º70.09%58.04%-
HSV(B)278.8º67.26%87.45%-
XYZ32.2818.6471.71-
YUV119.1186.64164.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=36.48%
G=15.67%
B=47.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170732230.240.6700.13278.870.0958.04
HexAA49DF18430D117463a
Octal2521113373010301542710672
Binary10101010100100111011111110001000011011011000101111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49DF; }

 p { color: rgb(170,73,223); }

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

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

 a { background-color: rgb(170,73,223); }

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

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

 span { border-color: rgb(170,73,223); }

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