#AA38B0

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

Shades of Fuchsia #AA38B0

Tints of Fuchsia #AA38B0

Color information

#AA38B0 (or 0xAA38B0) is unknown color: approx Fuchsia. HEX triplet: AA, 38 and B0. RGB value is (170,56,176). Sum of RGB (Red+Green+Blue) = 170+56+176=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA38B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38B0 is #55C74F. Grayscale: #676767. Windows color (decimal): -5621584 or 11548842. OLE color: 11548842.

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

Color convert

RGB17056176-
CMYK0.030.6800.31
HSL297º51.72%45.49%-
HSV(B)297º68.18%69.02%-
XYZ25.8314.5142.51-
YUV103.77168.77175.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 56 (22.27% from 255) = 13.93%
BLUE value IS 176 (69.14% from 255) = 43.78%
R=42.29%
G=13.93%
B=43.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170561760.030.6800.3129751.7245.49
HexAA38B034401F129342d
Octal2527026031040374516455
Binary1010101011100010110000111000100011111100101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38B0; }

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

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

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

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

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

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

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

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