#AA45B4

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

Shades of Fuchsia #AA45B4

Tints of Fuchsia #AA45B4

Color information

#AA45B4 (or 0xAA45B4) is unknown color: approx Fuchsia. HEX triplet: AA, 45 and B4. RGB value is (170,69,180). Sum of RGB (Red+Green+Blue) = 170+69+180=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA45B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45B4 is #55BA4B. Grayscale: #6F6F6F. Windows color (decimal): -5618252 or 11814314. OLE color: 11814314.

HSL color Cylindrical-coordinate representation of color #AA45B4: hue angle of 294.59º 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 #AA45B4 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17069180-
CMYK0.060.6200.29
HSL294.59º44.58%48.82%-
HSV(B)294.59º61.67%70.59%-
XYZ26.9416.144.87-
YUV111.85166.46169.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=40.57%
G=16.47%
B=42.96%

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
Decimal170691800.060.6200.29294.5944.5848.82
HexAA45B463E01D1272d31
Octal2521052646760354475561
Binary10101010100010110110100110111110011101100100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA45B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA45B4; }

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

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

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

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

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

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

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

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