#AA55F6

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

Shades of Medium Orchid #AA55F6

Tints of Medium Orchid #AA55F6

Color information

#AA55F6 (or 0xAA55F6) is unknown color: approx Medium Orchid. HEX triplet: AA, 55 and F6. RGB value is (170,85,246). Sum of RGB (Red+Green+Blue) = 170+85+246=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA55F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55F6 is #55AA09. Grayscale: #808080. Windows color (decimal): -5614090 or 16143786. OLE color: 16143786.

HSL color Cylindrical-coordinate representation of color #AA55F6: hue angle of 271.68º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA55F6 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17085246-
CMYK0.310.6500.04
HSL271.68º89.94%64.9%-
HSV(B)271.68º65.45%96.47%-
XYZ36.4621.789.46-
YUV128.77194.16157.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 246 (96.48% from 255) = 49.10%
R=33.93%
G=16.97%
B=49.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170852460.310.6500.04271.6889.9464.9
HexAA55F61F41041105a41
Octal2521253663710104420132101
Binary10101010101010111110110111111000001010010001000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55F6; }

 p { color: rgb(170,85,246); }

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

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

 a { background-color: rgb(170,85,246); }

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

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

 span { border-color: rgb(170,85,246); }

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