#AF53BE

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

Shades of Fuchsia #AF53BE

Tints of Fuchsia #AF53BE

Color information

#AF53BE (or 0xAF53BE) is unknown color: approx Fuchsia. HEX triplet: AF, 53 and BE. RGB value is (175,83,190). Sum of RGB (Red+Green+Blue) = 175+83+190=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF53BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53BE is #50AC41. Grayscale: #7A7A7A. Windows color (decimal): -5286978 or 12473263. OLE color: 12473263.

HSL color Cylindrical-coordinate representation of color #AF53BE: hue angle of 291.59º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF53BE is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17583190-
CMYK0.080.5600.25
HSL291.59º45.15%53.53%-
HSV(B)291.59º56.32%74.51%-
XYZ30.0719.0250.8-
YUV122.71165.98165.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=39.06%
G=18.53%
B=42.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175831900.080.5600.25291.5945.1553.53
HexAF53BE8380191242d36
Octal25712327610700314445566
Binary101011111010011101111101000111000011001100100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF53BE; }

 p { color: rgb(175,83,190); }

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

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

 a { background-color: rgb(175,83,190); }

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

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

 span { border-color: rgb(175,83,190); }

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