#AA37AF

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

Shades of Fuchsia #AA37AF

Tints of Fuchsia #AA37AF

Color information

#AA37AF (or 0xAA37AF) is unknown color: approx Fuchsia. HEX triplet: AA, 37 and AF. RGB value is (170,55,175). Sum of RGB (Red+Green+Blue) = 170+55+175=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA37AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37AF is #55C850. Grayscale: #666666. Windows color (decimal): -5621841 or 11483050. OLE color: 11483050.

HSL color Cylindrical-coordinate representation of color #AA37AF: hue angle of 297.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA37AF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17055175-
CMYK0.030.6900.31
HSL297.5º52.17%45.1%-
HSV(B)297.5º68.57%68.63%-
XYZ25.6814.3741.98-
YUV103.06168.6175.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 55 (21.88% from 255) = 13.75%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=42.5%
G=13.75%
B=43.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170551750.030.6900.31297.552.1745.1
HexAA37AF34501F12a342d
Octal2526725731050374526455
Binary1010101011011110101111111000101011111100101010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA37AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA37AF; }

 p { color: rgb(170,55,175); }

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

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

 a { background-color: rgb(170,55,175); }

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

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

 span { border-color: rgb(170,55,175); }

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