#AA35AD

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

Shades of Fuchsia #AA35AD

Tints of Fuchsia #AA35AD

Color information

#AA35AD (or 0xAA35AD) is unknown color: approx Fuchsia. HEX triplet: AA, 35 and AD. RGB value is (170,53,173). Sum of RGB (Red+Green+Blue) = 170+53+173=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA35AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA35AD is #55CA52. Grayscale: #656565. Windows color (decimal): -5622355 or 11351466. OLE color: 11351466.

HSL color Cylindrical-coordinate representation of color #AA35AD: hue angle of 298.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA35AD is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17053173-
CMYK0.020.6900.32
HSL298.5º53.1%44.31%-
HSV(B)298.5º69.36%67.84%-
XYZ25.3914.1140.92-
YUV101.66168.26176.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 53 (21.09% from 255) = 13.38%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=42.93%
G=13.38%
B=43.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170531730.020.6900.32298.553.144.31
HexAA35AD24502012a352c
Octal2526525521050404526554
Binary10101010110101101011011010001010100000100101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA35AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA35AD; }

 p { color: rgb(170,53,173); }

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

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

 a { background-color: rgb(170,53,173); }

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

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

 span { border-color: rgb(170,53,173); }

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