#AF5AB8

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

Shades of Fuchsia #AF5AB8

Tints of Fuchsia #AF5AB8

Color information

#AF5AB8 (or 0xAF5AB8) is unknown color: approx Fuchsia. HEX triplet: AF, 5A and B8. RGB value is (175,90,184). Sum of RGB (Red+Green+Blue) = 175+90+184=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF5AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AB8 is #50A547. Grayscale: #7D7D7D. Windows color (decimal): -5285192 or 12081839. OLE color: 12081839.

HSL color Cylindrical-coordinate representation of color #AF5AB8: hue angle of 294.26º degrees, saturation: 0.4, 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 #AF5AB8 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17590184-
CMYK0.050.5100.28
HSL294.26º39.83%53.73%-
HSV(B)294.26º51.09%72.16%-
XYZ29.9919.8947.61-
YUV126.13160.66162.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=38.98%
G=20.04%
B=40.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175901840.050.5100.28294.2639.8353.73
HexAF5AB853301C1262836
Octal2571322705630344465066
Binary10101111101101010111000101110011011100100100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AB8; }

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

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

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

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

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

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

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

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