#AD35AA

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

Shades of Fuchsia #AD35AA

Tints of Fuchsia #AD35AA

Color information

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

HSL color Cylindrical-coordinate representation of color #AD35AA: hue angle of 301.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 #AD35AA is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17353170-
CMYK00.690.020.32
HSL301.5º53.1%44.31%-
HSV(B)301.5º69.36%67.84%-
XYZ25.7614.3339.44-
YUV102.22166.26178.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735317000.690.020.32301.553.144.31
HexAD35AA04522012e352c
Octal2556525201052404566554
Binary10101101110101101010100100010110100000100101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD35AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD35AA; }

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

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

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

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

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

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

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

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