#AA45B5

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

Shades of Fuchsia #AA45B5

Tints of Fuchsia #AA45B5

Color information

#AA45B5 (or 0xAA45B5) is unknown color: approx Fuchsia. HEX triplet: AA, 45 and B5. RGB value is (170,69,181). Sum of RGB (Red+Green+Blue) = 170+69+181=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA45B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45B5 is #55BA4A. Grayscale: #6F6F6F. Windows color (decimal): -5618251 or 11879850. OLE color: 11879850.

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

Color convert

RGB17069181-
CMYK0.060.6200.29
HSL294.11º44.8%49.02%-
HSV(B)294.11º61.88%70.98%-
XYZ27.0516.1445.41-
YUV111.97166.96169.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 69 (27.34% from 255) = 16.43%
BLUE value IS 181 (71.09% from 255) = 43.10%
R=40.48%
G=16.43%
B=43.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170691810.060.6200.29294.1144.849.02
HexAA45B563E01D1262d31
Octal2521052656760354465561
Binary10101010100010110110101110111110011101100100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA45B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA45B5; }

 p { color: rgb(170,69,181); }

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

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

 a { background-color: rgb(170,69,181); }

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

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

 span { border-color: rgb(170,69,181); }

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