#AA34AB

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

Shades of Fuchsia #AA34AB

Tints of Fuchsia #AA34AB

Color information

#AA34AB (or 0xAA34AB) is unknown color: approx Fuchsia. HEX triplet: AA, 34 and AB. RGB value is (170,52,171). Sum of RGB (Red+Green+Blue) = 170+52+171=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA34AB is #55CB54. Grayscale: #646464. Windows color (decimal): -5622613 or 11220138. OLE color: 11220138.

HSL color Cylindrical-coordinate representation of color #AA34AB: hue angle of 299.5º degrees, saturation: 0.53, 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 #AA34AB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17052171-
CMYK0.010.7000.33
HSL299.5º53.36%43.73%-
HSV(B)299.5º69.59%67.06%-
XYZ25.1613.9439.89-
YUV100.85167.59177.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 52 (20.70% from 255) = 13.23%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=43.26%
G=13.23%
B=43.51%

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
Decimal170521710.010.7000.33299.553.3643.73
HexAA34AB14602112b352c
Octal2526425311060414536554
Binary1010101011010010101011110001100100001100101011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA34AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA34AB; }

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

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

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

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

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

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

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

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