#AA50FC

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

Shades of Medium Orchid #AA50FC

Tints of Medium Orchid #AA50FC

Color information

#AA50FC (or 0xAA50FC) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and FC. RGB value is (170,80,252). Sum of RGB (Red+Green+Blue) = 170+80+252=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50FC is #55AF03. Grayscale: #7D7D7D. Windows color (decimal): -5615364 or 16535722. OLE color: 16535722.

HSL color Cylindrical-coordinate representation of color #AA50FC: hue angle of 271.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA50FC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17080252-
CMYK0.330.6800.01
HSL271.4º96.63%65.1%-
HSV(B)271.4º68.25%98.82%-
XYZ37.0221.3194.26-
YUV126.52198.82159.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 80 (31.64% from 255) = 15.94%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=33.86%
G=15.94%
B=50.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170802520.330.6800.01271.496.6365.1
HexAA50FC21440110f6141
Octal2521203744110401417141101
Binary1010101010100001111110010000110001000110000111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50FC; }

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

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

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

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

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

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

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

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