#AC39AF

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

Shades of Fuchsia #AC39AF

Tints of Fuchsia #AC39AF

Color information

#AC39AF (or 0xAC39AF) is unknown color: approx Fuchsia. HEX triplet: AC, 39 and AF. RGB value is (172,57,175). Sum of RGB (Red+Green+Blue) = 172+57+175=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC39AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC39AF is #53C650. Grayscale: #686868. Windows color (decimal): -5490257 or 11483564. OLE color: 11483564.

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

Color convert

RGB17257175-
CMYK0.020.6700.31
HSL298.47º50.86%45.49%-
HSV(B)298.47º67.43%68.63%-
XYZ26.2114.7942.03-
YUV104.84167.6175.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=42.57%
G=14.11%
B=43.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172571750.020.6700.31298.4750.8645.49
HexAC39AF24301F12a332d
Octal2547125721030374526355
Binary1010110011100110101111101000011011111100101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39AF; }

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

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

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

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

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

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

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

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