#AA4AB4

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

Shades of Fuchsia #AA4AB4

Tints of Fuchsia #AA4AB4

Color information

#AA4AB4 (or 0xAA4AB4) is unknown color: approx Fuchsia. HEX triplet: AA, 4A and B4. RGB value is (170,74,180). Sum of RGB (Red+Green+Blue) = 170+74+180=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA4AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4AB4 is #55B54B. Grayscale: #727272. Windows color (decimal): -5616972 or 11815594. OLE color: 11815594.

HSL color Cylindrical-coordinate representation of color #AA4AB4: hue angle of 294.34º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4AB4 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17074180-
CMYK0.060.5900.29
HSL294.34º41.73%49.8%-
HSV(B)294.34º58.89%70.59%-
XYZ27.2616.7444.97-
YUV114.79164.8167.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=40.09%
G=17.45%
B=42.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170741800.060.5900.29294.3441.7349.8
HexAA4AB463B01D1262a32
Octal2521122646730354465262
Binary10101010100101010110100110111011011101100100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AB4; }

 p { color: rgb(170,74,180); }

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

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

 a { background-color: rgb(170,74,180); }

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

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

 span { border-color: rgb(170,74,180); }

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