#AF4EB9

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

Shades of Fuchsia #AF4EB9

Tints of Fuchsia #AF4EB9

Color information

#AF4EB9 (or 0xAF4EB9) is unknown color: approx Fuchsia. HEX triplet: AF, 4E and B9. RGB value is (175,78,185). Sum of RGB (Red+Green+Blue) = 175+78+185=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF4EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EB9 is #50B146. Grayscale: #767676. Windows color (decimal): -5288263 or 12144303. OLE color: 12144303.

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

Color convert

RGB17578185-
CMYK0.050.5800.27
HSL294.39º43.32%51.57%-
HSV(B)294.39º57.84%72.55%-
XYZ29.1618.0747.85-
YUV119.2165.14167.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 78 (30.86% from 255) = 17.81%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=39.95%
G=17.81%
B=42.24%

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
Decimal175781850.050.5800.27294.3943.3251.57
HexAF4EB953A01B1262b34
Octal2571162715720334465364
Binary10101111100111010111001101111010011011100100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EB9; }

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

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

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

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

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

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

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

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