#AF50BD

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

Shades of Fuchsia #AF50BD

Tints of Fuchsia #AF50BD

Color information

#AF50BD (or 0xAF50BD) is unknown color: approx Fuchsia. HEX triplet: AF, 50 and BD. RGB value is (175,80,189). Sum of RGB (Red+Green+Blue) = 175+80+189=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50BD is #50AF42. Grayscale: #787878. Windows color (decimal): -5287747 or 12406959. OLE color: 12406959.

HSL color Cylindrical-coordinate representation of color #AF50BD: hue angle of 292.29º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF50BD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17580189-
CMYK0.070.5800.26
HSL292.29º45.23%52.75%-
HSV(B)292.29º57.67%74.12%-
XYZ29.7318.5350.15-
YUV120.83166.47166.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=39.41%
G=18.02%
B=42.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175801890.070.5800.26292.2945.2352.75
HexAF50BD73A01A1242d35
Octal2571202757720324445565
Binary10101111101000010111101111111010011010100100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50BD; }

 p { color: rgb(175,80,189); }

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

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

 a { background-color: rgb(175,80,189); }

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

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

 span { border-color: rgb(175,80,189); }

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