#AA50B3

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

Shades of Fuchsia #AA50B3

Tints of Fuchsia #AA50B3

Color information

#AA50B3 (or 0xAA50B3) is unknown color: approx Fuchsia. HEX triplet: AA, 50 and B3. RGB value is (170,80,179). Sum of RGB (Red+Green+Blue) = 170+80+179=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA50B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50B3 is #55AF4C. Grayscale: #757575. Windows color (decimal): -5615437 or 11751594. OLE color: 11751594.

HSL color Cylindrical-coordinate representation of color #AA50B3: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA50B3 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17080179-
CMYK0.050.5500.30
HSL294.55º39.44%50.78%-
HSV(B)294.55º55.31%70.2%-
XYZ27.5817.5444.58-
YUV118.2162.32164.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=39.63%
G=18.65%
B=41.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170801790.050.5500.30294.5539.4450.78
HexAA50B353701E1272733
Octal2521202635670364474763
Binary10101010101000010110011101110111011110100100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50B3; }

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

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

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

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

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

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

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

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