Html Css Color HEX #AC54B8 Fuchsia

📋 copy color: '#AC54B8'

red 172 ◦ green 84 ◦ blue 184

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

Shades of Fuchsia #AC54B8

Tints of Fuchsia #AC54B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 39.09%
G = 19.09%
B = 41.82%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC54B8 (or 0xAC54B8) is known color: Fuchsia. HEX triplet: AC, 54 and B8. RGB value is (172,84,184). Sum of RGB (Red+Green+Blue) = 172+84+184=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC54B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54B8 is #53AB47. Grayscale: #797979. Windows color (decimal): -5483336 or 12080300. OLE color: 12080300.

HSL color Cylindrical-coordinate representation of color #AC54B8: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC54B8 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 84 184 -
CMYK 0.07 0.54 0 0.28
HSL 292.8º 0.41% 0.53% -
HSV(B) 292.8º 0.54% 0.72% -
XYZ 28.84 18.57 47.41 -
YUV 121.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 172 84 184 0.07 0.54 0 0.28 292.8 0.41 0.53
Hex AC 54 B8 7 36 0 1C 125 29 35
Octal 254 124 270 7 66 0 34 445 51 65
Binary 10101100 1010100 10111000 111 110110 0 11100 100100101 101001 110101

Color Harmonies of #AC54B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54B8

Black with #AC54B8

Text Example


Text Example

White with #AC54B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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