#AA4DF2

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

Shades of Medium Orchid #AA4DF2

Tints of Medium Orchid #AA4DF2

Color information

#AA4DF2 (or 0xAA4DF2) is unknown color: approx Medium Orchid. HEX triplet: AA, 4D and F2. RGB value is (170,77,242). Sum of RGB (Red+Green+Blue) = 170+77+242=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA4DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DF2 is #55B20D. Grayscale: #7B7B7B. Windows color (decimal): -5616142 or 15879594. OLE color: 15879594.

HSL color Cylindrical-coordinate representation of color #AA4DF2: hue angle of 273.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4DF2 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17077242-
CMYK0.300.6800.05
HSL273.82º86.39%62.55%-
HSV(B)273.82º68.18%94.9%-
XYZ35.2620.2686.06-
YUV123.62194.81161.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 77 (30.47% from 255) = 15.75%
BLUE value IS 242 (94.92% from 255) = 49.49%
R=34.76%
G=15.75%
B=49.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170772420.300.6800.05273.8286.3962.55
HexAA4DF21E4405112563f
Octal252115362361040542212677
Binary1010101010011011111001011110100010001011000100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DF2; }

 p { color: rgb(170,77,242); }

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

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

 a { background-color: rgb(170,77,242); }

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

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

 span { border-color: rgb(170,77,242); }

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