Html Css Color HEX #AC32AC Fuchsia

📋 copy color: '#AC32AC'

red 172 ◦ green 50 ◦ blue 172

#AC32AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #AC32AC

Tints of Fuchsia #AC32AC

RGB

 RED value IS 172 (67.58% from 255) = 43.65%

 GREEN value IS 50 (19.92% from 255) = 12.69%

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 43.65%
G = 12.69%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC32AC (or 0xAC32AC) is known color: Fuchsia. HEX triplet: AC, 32 and AC. RGB value is (172,50,172). Sum of RGB (Red+Green+Blue) = 172+50+172=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32AC is #53CD53. Grayscale: #646464. Windows color (decimal): -5492052 or 11285164. OLE color: 11285164.

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

Color convert

RGB 172 50 172 -
CMYK 0 0.71 0 0.33
HSL 300º 0.55% 0.44% -
HSV(B) 300º 0.71% 0.67% -
XYZ 25.6 14.03 40.39 -
YUV 100.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 172 50 172 0 0.71 0 0.33 300 0.55 0.44
Hex AC 32 AC 0 47 0 21 12C 37 2C
Octal 254 62 254 0 107 0 41 454 67 54
Binary 10101100 110010 10101100 0 1000111 0 100001 100101100 110111 101100

Color Harmonies of #AC32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32AC

Black with #AC32AC

Text Example


Text Example

White with #AC32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32AC; }

 p { color: rgb(172,50,172); }

 H1.HeaderClassName
 {
   color: #AC32AC;
 }
 .AnyTagClassName
 {
   color: #AC32AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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