#AD34A9

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

Shades of Fuchsia #AD34A9

Tints of Fuchsia #AD34A9

Color information

#AD34A9 (or 0xAD34A9) is unknown color: approx Fuchsia. HEX triplet: AD, 34 and A9. RGB value is (173,52,169). Sum of RGB (Red+Green+Blue) = 173+52+169=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD34A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34A9 is #52CB56. Grayscale: #656565. Windows color (decimal): -5426007 or 11089069. OLE color: 11089069.

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

Color convert

RGB17352169-
CMYK00.700.020.32
HSL301.98º53.78%44.12%-
HSV(B)301.98º69.94%67.84%-
XYZ25.6214.238.93-
YUV101.52166.09178.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 52 (20.70% from 255) = 13.20%
BLUE value IS 169 (66.41% from 255) = 42.89%
R=43.91%
G=13.20%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735216900.700.020.32301.9853.7844.12
HexAD34A904622012e362c
Octal2556425101062404566654
Binary10101101110100101010010100011010100000100101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD34A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD34A9; }

 p { color: rgb(173,52,169); }

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

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

 a { background-color: rgb(173,52,169); }

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

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

 span { border-color: rgb(173,52,169); }

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