Html Css Color HEX #AC54BA Fuchsia

📋 copy color: '#AC54BA'

red 172 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #AC54BA

Tints of Fuchsia #AC54BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19%

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

R = 38.91%
G = 19%
B = 42.08%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC54BA (or 0xAC54BA) is known color: Fuchsia. HEX triplet: AC, 54 and BA. RGB value is (172,84,186). Sum of RGB (Red+Green+Blue) = 172+84+186=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54BA is #53AB45. Grayscale: #797979. Windows color (decimal): -5483334 or 12211372. OLE color: 12211372.

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

Color convert

RGB 172 84 186 -
CMYK 0.08 0.55 0 0.27
HSL 291.76º 0.43% 0.53% -
HSV(B) 291.76º 0.55% 0.73% -
XYZ 29.05 18.66 48.52 -
YUV 121.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 172 84 186 0.08 0.55 0 0.27 291.76 0.43 0.53
Hex AC 54 BA 8 37 0 1B 124 2A 35
Octal 254 124 272 10 67 0 33 444 52 65
Binary 10101100 1010100 10111010 1000 110111 0 11011 100100100 101010 110101

Color Harmonies of #AC54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54BA

Black with #AC54BA

Text Example


Text Example

White with #AC54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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