#AF5AB9

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

Shades of Fuchsia #AF5AB9

Tints of Fuchsia #AF5AB9

Color information

#AF5AB9 (or 0xAF5AB9) is unknown color: approx Fuchsia. HEX triplet: AF, 5A and B9. RGB value is (175,90,185). Sum of RGB (Red+Green+Blue) = 175+90+185=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF5AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AB9 is #50A546. Grayscale: #7D7D7D. Windows color (decimal): -5285191 or 12147375. OLE color: 12147375.

HSL color Cylindrical-coordinate representation of color #AF5AB9: hue angle of 293.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5AB9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17590185-
CMYK0.050.5100.27
HSL293.68º40.43%53.92%-
HSV(B)293.68º51.35%72.55%-
XYZ30.0919.9348.16-
YUV126.24161.16162.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=38.89%
G=20%
B=41.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175901850.050.5100.27293.6840.4353.92
HexAF5AB953301B1262836
Octal2571322715630334465066
Binary10101111101101010111001101110011011011100100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AB9; }

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

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

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

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

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

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

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

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