Html Css Color HEX #AC40B8 Fuchsia

📋 copy color: '#AC40B8'

red 172 ◦ green 64 ◦ blue 184

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

Shades of Fuchsia #AC40B8

Tints of Fuchsia #AC40B8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 40.95%
G = 15.24%
B = 43.81%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC40B8 (or 0xAC40B8) is known color: Fuchsia. HEX triplet: AC, 40 and B8. RGB value is (172,64,184). Sum of RGB (Red+Green+Blue) = 172+64+184=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC40B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40B8 is #53BF47. Grayscale: #6D6D6D. Windows color (decimal): -5488456 or 12075180. OLE color: 12075180.

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

Color convert

RGB 172 64 184 -
CMYK 0.07 0.65 0 0.28
HSL 294º 0.48% 0.49% -
HSV(B) 294º 0.65% 0.72% -
XYZ 27.5 15.9 46.97 -
YUV 109.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 172 64 184 0.07 0.65 0 0.28 294 0.48 0.49
Hex AC 40 B8 7 41 0 1C 126 30 31
Octal 254 100 270 7 101 0 34 446 60 61
Binary 10101100 1000000 10111000 111 1000001 0 11100 100100110 110000 110001

Color Harmonies of #AC40B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40B8

Black with #AC40B8

Text Example


Text Example

White with #AC40B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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