#AA50F6

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

Shades of Medium Orchid #AA50F6

Tints of Medium Orchid #AA50F6

Color information

#AA50F6 (or 0xAA50F6) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and F6. RGB value is (170,80,246). Sum of RGB (Red+Green+Blue) = 170+80+246=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA50F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50F6 is #55AF09. Grayscale: #7D7D7D. Windows color (decimal): -5615370 or 16142506. OLE color: 16142506.

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

Color convert

RGB17080246-
CMYK0.310.6700.04
HSL272.53º90.22%63.92%-
HSV(B)272.53º67.48%96.47%-
XYZ36.0820.9489.33-
YUV125.83195.82159.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 80 (31.64% from 255) = 16.13%
BLUE value IS 246 (96.48% from 255) = 49.60%
R=34.27%
G=16.13%
B=49.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170802460.310.6700.04272.5390.2263.92
HexAA50F61F43041115a40
Octal2521203663710304421132100
Binary10101010101000011110110111111000011010010001000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50F6; }

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

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

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

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

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

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

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

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