#AF36AA

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

Shades of Fuchsia #AF36AA

Tints of Fuchsia #AF36AA

Color information

#AF36AA (or 0xAF36AA) is unknown color: approx Fuchsia. HEX triplet: AF, 36 and AA. RGB value is (175,54,170). Sum of RGB (Red+Green+Blue) = 175+54+170=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF36AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF36AA is #50C955. Grayscale: #676767. Windows color (decimal): -5294422 or 11155119. OLE color: 11155119.

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

Color convert

RGB17554170-
CMYK00.690.030.31
HSL302.48º52.84%44.9%-
HSV(B)302.48º69.14%68.63%-
XYZ26.2514.6539.48-
YUV103.4165.59179.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=43.86%
G=13.53%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755417000.690.030.31302.4852.8444.9
HexAF36AA04531F12e352d
Octal2576625201053374566555
Binary1010111111011010101010010001011111111100101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF36AA; }

 p { color: rgb(175,54,170); }

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

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

 a { background-color: rgb(175,54,170); }

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

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

 span { border-color: rgb(175,54,170); }

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