Html Css Color HEX #AC4DB8 Fuchsia

📋 copy color: '#AC4DB8'

red 172 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #AC4DB8

Tints of Fuchsia #AC4DB8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

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

R = 39.72%
G = 17.78%
B = 42.49%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC4DB8 (or 0xAC4DB8) is known color: Fuchsia. HEX triplet: AC, 4D and B8. RGB value is (172,77,184). Sum of RGB (Red+Green+Blue) = 172+77+184=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC4DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DB8 is #53B247. Grayscale: #757575. Windows color (decimal): -5485128 or 12078508. OLE color: 12078508.

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

Color convert

RGB 172 77 184 -
CMYK 0.07 0.58 0 0.28
HSL 293.27º 0.43% 0.51% -
HSV(B) 293.27º 0.58% 0.72% -
XYZ 28.32 17.54 47.24 -
YUV 117.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 172 77 184 0.07 0.58 0 0.28 293.27 0.43 0.51
Hex AC 4D B8 7 3A 0 1C 125 2B 33
Octal 254 115 270 7 72 0 34 445 53 63
Binary 10101100 1001101 10111000 111 111010 0 11100 100100101 101011 110011

Color Harmonies of #AC4DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DB8

Black with #AC4DB8

Text Example


Text Example

White with #AC4DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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