#AC42AD

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

Shades of Fuchsia #AC42AD

Tints of Fuchsia #AC42AD

Color information

#AC42AD (or 0xAC42AD) is unknown color: approx Fuchsia. HEX triplet: AC, 42 and AD. RGB value is (172,66,173). Sum of RGB (Red+Green+Blue) = 172+66+173=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC42AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC42AD is #53BD52. Grayscale: #6D6D6D. Windows color (decimal): -5487955 or 11354796. OLE color: 11354796.

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

Color convert

RGB17266173-
CMYK0.010.6200.32
HSL299.44º44.77%46.86%-
HSV(B)299.44º61.85%67.84%-
XYZ26.515.6841.17-
YUV109.89163.62172.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=41.85%
G=16.06%
B=42.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172661730.010.6200.32299.4444.7746.86
HexAC42AD13E02012b2d2f
Octal2541022551760404535557
Binary1010110010000101010110111111100100000100101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC42AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC42AD; }

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

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

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

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

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

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

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

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