#AF38AD

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

Shades of Fuchsia #AF38AD

Tints of Fuchsia #AF38AD

Color information

#AF38AD (or 0xAF38AD) is unknown color: approx Fuchsia. HEX triplet: AF, 38 and AD. RGB value is (175,56,173). Sum of RGB (Red+Green+Blue) = 175+56+173=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF38AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38AD is #50C752. Grayscale: #686868. Windows color (decimal): -5293907 or 11352239. OLE color: 11352239.

HSL color Cylindrical-coordinate representation of color #AF38AD: hue angle of 301.01º 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 #AF38AD is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17556173-
CMYK00.680.010.31
HSL301.01º51.52%45.29%-
HSV(B)301.01º68%68.63%-
XYZ26.6414.9641.02-
YUV104.92166.42177.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 56 (22.27% from 255) = 13.86%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=43.32%
G=13.86%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755617300.680.010.31301.0151.5245.29
HexAF38AD04411F12d342d
Octal2577025501041374556455
Binary101011111110001010110101000100111111100101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF38AD; }

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

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

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

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

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

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

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

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