#AF45AC

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

Shades of Fuchsia #AF45AC

Tints of Fuchsia #AF45AC

Color information

#AF45AC (or 0xAF45AC) is unknown color: approx Fuchsia. HEX triplet: AF, 45 and AC. RGB value is (175,69,172). Sum of RGB (Red+Green+Blue) = 175+69+172=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF45AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF45AC is #50BA53. Grayscale: #707070. Windows color (decimal): -5290580 or 11290031. OLE color: 11290031.

HSL color Cylindrical-coordinate representation of color #AF45AC: hue angle of 301.7º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF45AC is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17569172-
CMYK00.610.020.31
HSL301.7º43.44%47.84%-
HSV(B)301.7º60.57%68.63%-
XYZ27.2516.3540.75-
YUV112.44161.62172.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 69 (27.34% from 255) = 16.59%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=42.07%
G=16.59%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756917200.610.020.31301.743.4447.84
HexAF45AC03D21F12e2b30
Octal2571052540752374565360
Binary1010111110001011010110001111011011111100101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF45AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF45AC; }

 p { color: rgb(175,69,172); }

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

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

 a { background-color: rgb(175,69,172); }

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

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

 span { border-color: rgb(175,69,172); }

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