#AF5FB7

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

Shades of Fuchsia #AF5FB7

Tints of Fuchsia #AF5FB7

Color information

#AF5FB7 (or 0xAF5FB7) is unknown color: approx Fuchsia. HEX triplet: AF, 5F and B7. RGB value is (175,95,183). Sum of RGB (Red+Green+Blue) = 175+95+183=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF5FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FB7 is #50A048. Grayscale: #808080. Windows color (decimal): -5283913 or 12017583. OLE color: 12017583.

HSL color Cylindrical-coordinate representation of color #AF5FB7: hue angle of 294.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5FB7 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17595183-
CMYK0.040.4800.28
HSL294.55º37.93%54.51%-
HSV(B)294.55º48.09%71.76%-
XYZ30.3220.7247.2-
YUV128.95158.5160.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 183 (71.88% from 255) = 40.40%
R=38.63%
G=20.97%
B=40.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175951830.040.4800.28294.5537.9354.51
HexAF5FB743001C1272637
Octal2571372674600344474667
Binary10101111101111110110111100110000011100100100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5FB7; }

 p { color: rgb(175,95,183); }

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

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

 a { background-color: rgb(175,95,183); }

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

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

 span { border-color: rgb(175,95,183); }

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