#AF5AB2

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

Shades of Fuchsia #AF5AB2

Tints of Fuchsia #AF5AB2

Color information

#AF5AB2 (or 0xAF5AB2) is unknown color: approx Fuchsia. HEX triplet: AF, 5A and B2. RGB value is (175,90,178). Sum of RGB (Red+Green+Blue) = 175+90+178=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF5AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AB2 is #50A54D. Grayscale: #7D7D7D. Windows color (decimal): -5285198 or 11688623. OLE color: 11688623.

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

Color convert

RGB17590178-
CMYK0.020.4900.30
HSL297.95º36.36%52.55%-
HSV(B)297.95º49.44%69.8%-
XYZ29.3719.6444.36-
YUV125.45157.66163.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=39.50%
G=20.32%
B=40.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175901780.020.4900.30297.9536.3652.55
HexAF5AB223101E12a2435
Octal2571322622610364524465
Binary1010111110110101011001010110001011110100101010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AB2; }

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

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

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

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

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

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

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

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