#AF4DB9

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

Shades of Fuchsia #AF4DB9

Tints of Fuchsia #AF4DB9

Color information

#AF4DB9 (or 0xAF4DB9) is unknown color: approx Fuchsia. HEX triplet: AF, 4D and B9. RGB value is (175,77,185). Sum of RGB (Red+Green+Blue) = 175+77+185=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF4DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DB9 is #50B246. Grayscale: #767676. Windows color (decimal): -5288519 or 12144047. OLE color: 12144047.

HSL color Cylindrical-coordinate representation of color #AF4DB9: hue angle of 294.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4DB9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17577185-
CMYK0.050.5800.27
HSL294.44º43.55%51.37%-
HSV(B)294.44º58.38%72.55%-
XYZ29.0917.9247.83-
YUV118.61165.47168.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 77 (30.47% from 255) = 17.62%
BLUE value IS 185 (72.66% from 255) = 42.33%
R=40.05%
G=17.62%
B=42.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175771850.050.5800.27294.4443.5551.37
HexAF4DB953A01B1262c33
Octal2571152715720334465463
Binary10101111100110110111001101111010011011100100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DB9; }

 p { color: rgb(175,77,185); }

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

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

 a { background-color: rgb(175,77,185); }

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

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

 span { border-color: rgb(175,77,185); }

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