#AA50C7

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

Shades of Medium Orchid #AA50C7

Tints of Medium Orchid #AA50C7

Color information

#AA50C7 (or 0xAA50C7) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and C7. RGB value is (170,80,199). Sum of RGB (Red+Green+Blue) = 170+80+199=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA50C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50C7 is #55AF38. Grayscale: #787878. Windows color (decimal): -5615417 or 13062314. OLE color: 13062314.

HSL color Cylindrical-coordinate representation of color #AA50C7: hue angle of 285.38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA50C7 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17080199-
CMYK0.150.6000.22
HSL285.38º51.52%54.71%-
HSV(B)285.38º59.8%78.04%-
XYZ29.7618.4156.02-
YUV120.48172.32163.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 80 (31.64% from 255) = 17.82%
BLUE value IS 199 (78.12% from 255) = 44.32%
R=37.86%
G=17.82%
B=44.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170801990.150.6000.22285.3851.5254.71
HexAA50C7F3C01611d3437
Octal25212030717740264356467
Binary101010101010000110001111111111100010110100011101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50C7; }

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

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

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

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

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

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

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

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