#AA4DF8

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

Shades of Medium Orchid #AA4DF8

Tints of Medium Orchid #AA4DF8

Color information

#AA4DF8 (or 0xAA4DF8) is unknown color: approx Medium Orchid. HEX triplet: AA, 4D and F8. RGB value is (170,77,248). Sum of RGB (Red+Green+Blue) = 170+77+248=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA4DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DF8 is #55B207. Grayscale: #7B7B7B. Windows color (decimal): -5616136 or 16272810. OLE color: 16272810.

HSL color Cylindrical-coordinate representation of color #AA4DF8: hue angle of 272.63º degrees, saturation: 0.92, 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 #AA4DF8 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17077248-
CMYK0.310.6900.03
HSL272.63º92.43%63.73%-
HSV(B)272.63º68.95%97.25%-
XYZ36.1720.6390.88-
YUV124.3197.81160.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 77 (30.47% from 255) = 15.56%
BLUE value IS 248 (97.27% from 255) = 50.10%
R=34.34%
G=15.56%
B=50.10%

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
Decimal170772480.310.6900.03272.6392.4363.73
HexAA4DF81F45031115c40
Octal2521153703710503421134100
Binary1010101010011011111100011111100010101110001000110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DF8; }

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

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

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

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

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

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

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

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