#AF5AB3

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

Shades of Fuchsia #AF5AB3

Tints of Fuchsia #AF5AB3

Color information

#AF5AB3 (or 0xAF5AB3) is unknown color: approx Fuchsia. HEX triplet: AF, 5A and B3. RGB value is (175,90,179). Sum of RGB (Red+Green+Blue) = 175+90+179=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF5AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AB3 is #50A54C. Grayscale: #7D7D7D. Windows color (decimal): -5285197 or 11754159. OLE color: 11754159.

HSL color Cylindrical-coordinate representation of color #AF5AB3: hue angle of 297.3º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5AB3 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17590179-
CMYK0.020.5000.30
HSL297.3º36.93%52.75%-
HSV(B)297.3º49.72%70.2%-
XYZ29.4719.6844.89-
YUV125.56158.16163.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 179 (70.31% from 255) = 40.32%
R=39.41%
G=20.27%
B=40.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175901790.020.5000.30297.336.9352.75
HexAF5AB323201E1292535
Octal2571322632620364514565
Binary1010111110110101011001110110010011110100101001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AB3; }

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

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

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

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

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

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

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

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