#AF5DBB

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

Shades of Fuchsia #AF5DBB

Tints of Fuchsia #AF5DBB

Color information

#AF5DBB (or 0xAF5DBB) is unknown color: approx Fuchsia. HEX triplet: AF, 5D and BB. RGB value is (175,93,187). Sum of RGB (Red+Green+Blue) = 175+93+187=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF5DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DBB is #50A244. Grayscale: #7F7F7F. Windows color (decimal): -5284421 or 12279215. OLE color: 12279215.

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

Color convert

RGB17593187-
CMYK0.060.5000.27
HSL292.34º40.87%54.9%-
HSV(B)292.34º50.27%73.33%-
XYZ30.5620.5349.37-
YUV128.23161.17161.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=38.46%
G=20.44%
B=41.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175931870.060.5000.27292.3440.8754.9
HexAF5DBB63201B1242937
Octal2571352736620334445167
Binary10101111101110110111011110110010011011100100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DBB; }

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

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

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

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

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

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

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

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