#af58bf

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

Shades of Fuchsia #AF58BF

Tints of Fuchsia #AF58BF

Color information

#AF58BF (or 0xAF58BF) is unknown color: approx Fuchsia. HEX triplet: AF, 58 and BF. RGB value is (175,88,191). Sum of RGB (Red+Green+Blue) = 175+88+191=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF58BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58BF is #50A740. Grayscale: #7D7D7D. Windows color (decimal): -5285697 or 12540079. OLE color: 12540079.

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

Color convert

RGB17588191-
CMYK0.080.5400.25
HSL290.68º44.59%54.71%-
HSV(B)290.68º53.93%74.9%-
XYZ30.5719.8551.51-
YUV125.76164.82163.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 191 (75% from 255) = 42.07%
R=38.55%
G=19.38%
B=42.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175881910.080.5400.25290.6844.5954.71
HexAF58BF8360191232d37
Octal25713027710660314435567
Binary101011111011000101111111000110110011001100100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af58bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af58bf; }

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

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

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

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

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

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

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

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