Html Css Color HEX #AC52BA Fuchsia

📋 copy color: '#AC52BA'

red 172 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #AC52BA

Tints of Fuchsia #AC52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.64%

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 39.09%
G = 18.64%
B = 42.27%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC52BA (or 0xAC52BA) is known color: Fuchsia. HEX triplet: AC, 52 and BA. RGB value is (172,82,186). Sum of RGB (Red+Green+Blue) = 172+82+186=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52BA is #53AD45. Grayscale: #787878. Windows color (decimal): -5483846 or 12210860. OLE color: 12210860.

HSL color Cylindrical-coordinate representation of color #AC52BA: hue angle of 291.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC52BA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 82 186 -
CMYK 0.08 0.56 0 0.27
HSL 291.92º 0.43% 0.53% -
HSV(B) 291.92º 0.56% 0.73% -
XYZ 28.89 18.35 48.47 -
YUV 120.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 172 82 186 0.08 0.56 0 0.27 291.92 0.43 0.53
Hex AC 52 BA 8 38 0 1B 124 2B 35
Octal 254 122 272 10 70 0 33 444 53 65
Binary 10101100 1010010 10111010 1000 111000 0 11011 100100100 101011 110101

Color Harmonies of #AC52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52BA

Black with #AC52BA

Text Example


Text Example

White with #AC52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52BA; }

 p { color: rgb(172,82,186); }

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

background-color css

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

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

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

border-color css

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

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

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