#AA34AC

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

Shades of Fuchsia #AA34AC

Tints of Fuchsia #AA34AC

Color information

#AA34AC (or 0xAA34AC) is unknown color: approx Fuchsia. HEX triplet: AA, 34 and AC. RGB value is (170,52,172). Sum of RGB (Red+Green+Blue) = 170+52+172=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA34AC is #55CB53. Grayscale: #646464. Windows color (decimal): -5622612 or 11285674. OLE color: 11285674.

HSL color Cylindrical-coordinate representation of color #AA34AC: hue angle of 299º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA34AC is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17052172-
CMYK0.010.7000.33
HSL299º53.57%43.92%-
HSV(B)299º69.77%67.45%-
XYZ25.2513.9840.4-
YUV100.96168.09177.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 52 (20.70% from 255) = 13.20%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=43.15%
G=13.20%
B=43.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170521720.010.7000.3329953.5743.92
HexAA34AC14602112b362c
Octal2526425411060414536654
Binary1010101011010010101100110001100100001100101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA34AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA34AC; }

 p { color: rgb(170,52,172); }

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

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

 a { background-color: rgb(170,52,172); }

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

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

 span { border-color: rgb(170,52,172); }

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