#AC34A8

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

Shades of Fuchsia #AC34A8

Tints of Fuchsia #AC34A8

Color information

#AC34A8 (or 0xAC34A8) is unknown color: approx Fuchsia. HEX triplet: AC, 34 and A8. RGB value is (172,52,168). Sum of RGB (Red+Green+Blue) = 172+52+168=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC34A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC34A8 is #53CB57. Grayscale: #646464. Windows color (decimal): -5491544 or 11023532. OLE color: 11023532.

HSL color Cylindrical-coordinate representation of color #AC34A8: hue angle of 302º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC34A8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17252168-
CMYK00.700.020.33
HSL302º53.57%43.92%-
HSV(B)302º69.77%67.45%-
XYZ25.3114.0538.42-
YUV101.1165.76178.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 52 (20.70% from 255) = 13.27%
BLUE value IS 168 (66.02% from 255) = 42.86%
R=43.88%
G=13.27%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725216800.700.020.3330253.5743.92
HexAC34A804622112e362c
Octal2546425001062414566654
Binary10101100110100101010000100011010100001100101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC34A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC34A8; }

 p { color: rgb(172,52,168); }

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

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

 a { background-color: rgb(172,52,168); }

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

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

 span { border-color: rgb(172,52,168); }

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