#af5bb5

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

Shades of Fuchsia #AF5BB5

Tints of Fuchsia #AF5BB5

Color information

#AF5BB5 (or 0xAF5BB5) is unknown color: approx Fuchsia. HEX triplet: AF, 5B and B5. RGB value is (175,91,181). Sum of RGB (Red+Green+Blue) = 175+91+181=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF5BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BB5 is #50A44A. Grayscale: #7E7E7E. Windows color (decimal): -5284939 or 11885487. OLE color: 11885487.

HSL color Cylindrical-coordinate representation of color #AF5BB5: hue angle of 296º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5BB5 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17591181-
CMYK0.030.5000.29
HSL296º37.82%53.33%-
HSV(B)296º49.72%70.98%-
XYZ29.7619.9345.99-
YUV126.38158.83162.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=39.15%
G=20.36%
B=40.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175911810.030.5000.2929637.8253.33
HexAF5BB533201D1282635
Octal2571332653620354504665
Binary1010111110110111011010111110010011101100101000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5bb5; }

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

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

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

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

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

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

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

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