#AF48BF

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

Shades of Fuchsia #AF48BF

Tints of Fuchsia #AF48BF

Color information

#AF48BF (or 0xAF48BF) is unknown color: approx Fuchsia. HEX triplet: AF, 48 and BF. RGB value is (175,72,191). Sum of RGB (Red+Green+Blue) = 175+72+191=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF48BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48BF is #50B740. Grayscale: #737373. Windows color (decimal): -5289793 or 12535983. OLE color: 12535983.

HSL color Cylindrical-coordinate representation of color #AF48BF: hue angle of 291.93º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF48BF is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17572191-
CMYK0.080.6200.25
HSL291.93º48.18%51.57%-
HSV(B)291.93º62.3%74.9%-
XYZ29.417.5151.12-
YUV116.36170.12169.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 72 (28.52% from 255) = 16.44%
BLUE value IS 191 (75% from 255) = 43.61%
R=39.95%
G=16.44%
B=43.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175721910.080.6200.25291.9348.1851.57
HexAF48BF83E0191243034
Octal25711027710760314446064
Binary101011111001000101111111000111110011001100100100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF48BF; }

 p { color: rgb(175,72,191); }

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

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

 a { background-color: rgb(175,72,191); }

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

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

 span { border-color: rgb(175,72,191); }

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