#AA38AC

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

Shades of Fuchsia #AA38AC

Tints of Fuchsia #AA38AC

Color information

#AA38AC (or 0xAA38AC) is unknown color: approx Fuchsia. HEX triplet: AA, 38 and AC. RGB value is (170,56,172). Sum of RGB (Red+Green+Blue) = 170+56+172=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38AC is #55C753. Grayscale: #666666. Windows color (decimal): -5621588 or 11286698. OLE color: 11286698.

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

Color convert

RGB17056172-
CMYK0.010.6700.33
HSL298.97º50.88%44.71%-
HSV(B)298.97º67.44%67.45%-
XYZ25.4414.3540.46-
YUV103.31166.77175.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 56 (22.27% from 255) = 14.07%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=42.71%
G=14.07%
B=43.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170561720.010.6700.33298.9750.8844.71
HexAA38AC14302112b332d
Octal2527025411030414536355
Binary1010101011100010101100110000110100001100101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38AC; }

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

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

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

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

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

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

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

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