#AC34AD

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

Shades of Fuchsia #AC34AD

Tints of Fuchsia #AC34AD

Color information

#AC34AD (or 0xAC34AD) is unknown color: approx Fuchsia. HEX triplet: AC, 34 and AD. RGB value is (172,52,173). Sum of RGB (Red+Green+Blue) = 172+52+173=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC34AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC34AD is #53CB52. Grayscale: #656565. Windows color (decimal): -5491539 or 11351212. OLE color: 11351212.

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

Color convert

RGB17252173-
CMYK0.010.7000.32
HSL299.5º53.78%44.12%-
HSV(B)299.5º69.94%67.84%-
XYZ25.7814.2440.93-
YUV101.67168.26178.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=43.32%
G=13.10%
B=43.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172521730.010.7000.32299.553.7844.12
HexAC34AD14602012c362c
Octal2546425511060404546654
Binary1010110011010010101101110001100100000100101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC34AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC34AD; }

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

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

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

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

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

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

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

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