#AC43AF

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

Shades of Fuchsia #AC43AF

Tints of Fuchsia #AC43AF

Color information

#AC43AF (or 0xAC43AF) is unknown color: approx Fuchsia. HEX triplet: AC, 43 and AF. RGB value is (172,67,175). Sum of RGB (Red+Green+Blue) = 172+67+175=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC43AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC43AF is #53BC50. Grayscale: #6E6E6E. Windows color (decimal): -5487697 or 11486124. OLE color: 11486124.

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

Color convert

RGB17267175-
CMYK0.020.6200.31
HSL298.33º44.63%47.45%-
HSV(B)298.33º61.71%68.63%-
XYZ26.7615.8842.21-
YUV110.71164.29171.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 67 (26.56% from 255) = 16.18%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=41.55%
G=16.18%
B=42.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172671750.020.6200.31298.3344.6347.45
HexAC43AF23E01F12a2d2f
Octal2541032572760374525557
Binary1010110010000111010111110111110011111100101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43AF; }

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

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

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

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

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

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

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

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