#AF55BB

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

Shades of Fuchsia #AF55BB

Tints of Fuchsia #AF55BB

Color information

#AF55BB (or 0xAF55BB) is unknown color: approx Fuchsia. HEX triplet: AF, 55 and BB. RGB value is (175,85,187). Sum of RGB (Red+Green+Blue) = 175+85+187=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF55BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55BB is #50AA44. Grayscale: #7B7B7B. Windows color (decimal): -5286469 or 12277167. OLE color: 12277167.

HSL color Cylindrical-coordinate representation of color #AF55BB: hue angle of 292.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF55BB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17585187-
CMYK0.060.5500.27
HSL292.94º42.86%53.33%-
HSV(B)292.94º54.55%73.33%-
XYZ29.919.249.14-
YUV123.54163.82164.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=39.15%
G=19.02%
B=41.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175851870.060.5500.27292.9442.8653.33
HexAF55BB63701B1252b35
Octal2571252736670334455365
Binary10101111101010110111011110110111011011100100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF55BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF55BB; }

 p { color: rgb(175,85,187); }

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

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

 a { background-color: rgb(175,85,187); }

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

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

 span { border-color: rgb(175,85,187); }

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