#AF38AC

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

Shades of Fuchsia #AF38AC

Tints of Fuchsia #AF38AC

Color information

#AF38AC (or 0xAF38AC) is unknown color: approx Fuchsia. HEX triplet: AF, 38 and AC. RGB value is (175,56,172). Sum of RGB (Red+Green+Blue) = 175+56+172=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38AC is #50C753. Grayscale: #686868. Windows color (decimal): -5293908 or 11286703. OLE color: 11286703.

HSL color Cylindrical-coordinate representation of color #AF38AC: hue angle of 301.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF38AC is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17556172-
CMYK00.680.020.31
HSL301.51º51.52%45.29%-
HSV(B)301.51º68%68.63%-
XYZ26.5414.9240.51-
YUV104.8165.92178.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=43.42%
G=13.90%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755617200.680.020.31301.5151.5245.29
HexAF38AC04421F12e342d
Octal2577025401042374566455
Binary1010111111100010101100010001001011111100101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF38AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF38AC; }

 p { color: rgb(175,56,172); }

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

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

 a { background-color: rgb(175,56,172); }

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

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

 span { border-color: rgb(175,56,172); }

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