#AA43B2

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

Shades of Fuchsia #AA43B2

Tints of Fuchsia #AA43B2

Color information

#AA43B2 (or 0xAA43B2) is unknown color: approx Fuchsia. HEX triplet: AA, 43 and B2. RGB value is (170,67,178). Sum of RGB (Red+Green+Blue) = 170+67+178=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA43B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA43B2 is #55BC4D. Grayscale: #6E6E6E. Windows color (decimal): -5618766 or 11682730. OLE color: 11682730.

HSL color Cylindrical-coordinate representation of color #AA43B2: hue angle of 295.68º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA43B2 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17067178-
CMYK0.040.6200.30
HSL295.68º45.31%48.04%-
HSV(B)295.68º62.36%69.8%-
XYZ26.6215.7743.76-
YUV110.45166.12170.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 178 (69.92% from 255) = 42.89%
R=40.96%
G=16.14%
B=42.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170671780.040.6200.30295.6845.3148.04
HexAA43B243E01E1282d30
Octal2521032624760364505560
Binary10101010100001110110010100111110011110100101000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA43B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA43B2; }

 p { color: rgb(170,67,178); }

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

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

 a { background-color: rgb(170,67,178); }

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

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

 span { border-color: rgb(170,67,178); }

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