#AA4DF7

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

Shades of Medium Orchid #AA4DF7

Tints of Medium Orchid #AA4DF7

Color information

#AA4DF7 (or 0xAA4DF7) is unknown color: approx Medium Orchid. HEX triplet: AA, 4D and F7. RGB value is (170,77,247). Sum of RGB (Red+Green+Blue) = 170+77+247=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA4DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DF7 is #55B208. Grayscale: #7B7B7B. Windows color (decimal): -5616137 or 16207274. OLE color: 16207274.

HSL color Cylindrical-coordinate representation of color #AA4DF7: hue angle of 272.82º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4DF7 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17077247-
CMYK0.310.6900.03
HSL272.82º91.4%63.53%-
HSV(B)272.82º68.83%96.86%-
XYZ36.0220.5790.07-
YUV124.19197.31160.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 77 (30.47% from 255) = 15.59%
BLUE value IS 247 (96.88% from 255) = 50%
R=34.41%
G=15.59%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal170772470.310.6900.03272.8291.463.53
HexAA4DF71F45031115b40
Octal2521153673710503421133100
Binary1010101010011011111011111111100010101110001000110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DF7; }

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

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

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

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

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

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

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

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