#AF5BB2

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

Shades of Fuchsia #AF5BB2

Tints of Fuchsia #AF5BB2

Color information

#AF5BB2 (or 0xAF5BB2) is unknown color: approx Fuchsia. HEX triplet: AF, 5B and B2. RGB value is (175,91,178). Sum of RGB (Red+Green+Blue) = 175+91+178=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF5BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5BB2 is #50A44D. Grayscale: #7D7D7D. Windows color (decimal): -5284942 or 11688879. OLE color: 11688879.

HSL color Cylindrical-coordinate representation of color #AF5BB2: hue angle of 297.93º 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 #AF5BB2 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17591178-
CMYK0.020.4900.30
HSL297.93º36.1%52.75%-
HSV(B)297.93º48.88%69.8%-
XYZ29.4619.8144.39-
YUV126.03157.33162.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 178 (69.92% from 255) = 40.09%
R=39.41%
G=20.50%
B=40.09%

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
Decimal175911780.020.4900.30297.9336.152.75
HexAF5BB223101E12a2435
Octal2571332622610364524465
Binary1010111110110111011001010110001011110100101010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5BB2; }

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

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

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

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

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

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

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

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