#AF5AB7

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

Shades of Fuchsia #AF5AB7

Tints of Fuchsia #AF5AB7

Color information

#AF5AB7 (or 0xAF5AB7) is unknown color: approx Fuchsia. HEX triplet: AF, 5A and B7. RGB value is (175,90,183). Sum of RGB (Red+Green+Blue) = 175+90+183=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF5AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AB7 is #50A548. Grayscale: #7D7D7D. Windows color (decimal): -5285193 or 12016303. OLE color: 12016303.

HSL color Cylindrical-coordinate representation of color #AF5AB7: hue angle of 294.84º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5AB7 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17590183-
CMYK0.040.5100.28
HSL294.84º39.24%53.53%-
HSV(B)294.84º50.82%71.76%-
XYZ29.8819.8547.06-
YUV126.02160.16162.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 183 (71.88% from 255) = 40.85%
R=39.06%
G=20.09%
B=40.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175901830.040.5100.28294.8439.2453.53
HexAF5AB743301C1272736
Octal2571322674630344474766
Binary10101111101101010110111100110011011100100100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AB7; }

 p { color: rgb(175,90,183); }

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

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

 a { background-color: rgb(175,90,183); }

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

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

 span { border-color: rgb(175,90,183); }

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