#AC33AD

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

Shades of Fuchsia #AC33AD

Tints of Fuchsia #AC33AD

Color information

#AC33AD (or 0xAC33AD) is unknown color: approx Fuchsia. HEX triplet: AC, 33 and AD. RGB value is (172,51,173). Sum of RGB (Red+Green+Blue) = 172+51+173=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC33AD is #53CC52. Grayscale: #646464. Windows color (decimal): -5491795 or 11350956. OLE color: 11350956.

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

Color convert

RGB17251173-
CMYK0.010.7100.32
HSL299.51º54.46%43.92%-
HSV(B)299.51º70.52%67.84%-
XYZ25.7414.1640.91-
YUV101.09168.59178.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 51 (20.31% from 255) = 12.88%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=43.43%
G=12.88%
B=43.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172511730.010.7100.32299.5154.4643.92
HexAC33AD14702012c362c
Octal2546325511070404546654
Binary1010110011001110101101110001110100000100101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33AD; }

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

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

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

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

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

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

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

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