Html Css Color HEX #AC4AB8 Fuchsia

📋 copy color: '#AC4AB8'

red 172 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #AC4AB8

Tints of Fuchsia #AC4AB8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.21%

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

R = 40%
G = 17.21%
B = 42.79%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC4AB8 (or 0xAC4AB8) is known color: Fuchsia. HEX triplet: AC, 4A and B8. RGB value is (172,74,184). Sum of RGB (Red+Green+Blue) = 172+74+184=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC4AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4AB8 is #53B547. Grayscale: #737373. Windows color (decimal): -5485896 or 12077740. OLE color: 12077740.

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

Color convert

RGB 172 74 184 -
CMYK 0.07 0.60 0 0.28
HSL 293.45º 0.44% 0.51% -
HSV(B) 293.45º 0.6% 0.72% -
XYZ 28.11 17.13 47.17 -
YUV 115.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 172 74 184 0.07 0.60 0 0.28 293.45 0.44 0.51
Hex AC 4A B8 7 3C 0 1C 125 2C 33
Octal 254 112 270 7 74 0 34 445 54 63
Binary 10101100 1001010 10111000 111 111100 0 11100 100100101 101100 110011

Color Harmonies of #AC4AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4AB8

Black with #AC4AB8

Text Example


Text Example

White with #AC4AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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