#AF45AE

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

Shades of Fuchsia #AF45AE

Tints of Fuchsia #AF45AE

Color information

#AF45AE (or 0xAF45AE) is unknown color: approx Fuchsia. HEX triplet: AF, 45 and AE. RGB value is (175,69,174). Sum of RGB (Red+Green+Blue) = 175+69+174=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF45AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF45AE is #50BA51. Grayscale: #707070. Windows color (decimal): -5290578 or 11421103. OLE color: 11421103.

HSL color Cylindrical-coordinate representation of color #AF45AE: hue angle of 300.57º 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 #AF45AE is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17569174-
CMYK00.610.010.31
HSL300.57º43.44%47.84%-
HSV(B)300.57º60.57%68.63%-
XYZ27.4516.4341.77-
YUV112.66162.62172.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=41.87%
G=16.51%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756917400.610.010.31300.5743.4447.84
HexAF45AE03D11F12d2b30
Octal2571052560751374555360
Binary101011111000101101011100111101111111100101101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF45AE; }

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

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

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

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

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

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

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

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