Html Css Color HEX #AC047C Eggplant

📋 copy color: '#AC047C'

red 172 ◦ green 4 ◦ blue 124

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

Shades of Eggplant #AC047C

Tints of Eggplant #AC047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 57.33%
G = 1.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC047C (or 0xAC047C) is known color: Eggplant. HEX triplet: AC, 04 and 7C. RGB value is (172,4,124). Sum of RGB (Red+Green+Blue) = 172+4+124=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC047C is #53FB83. Grayscale: #434343. Windows color (decimal): -5503876 or 8127660. OLE color: 8127660.

HSL color Cylindrical-coordinate representation of color #AC047C: hue angle of 317.14º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC047C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 124 -
CMYK 0 0.98 0.28 0.33
HSL 317.14º 0.95% 0.35% -
HSV(B) 317.14º 0.98% 0.67% -
XYZ 20.69 10.31 19.97 -
YUV 67.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 172 4 124 0 0.98 0.28 0.33 317.14 0.95 0.35
Hex AC 4 7C 0 62 1C 21 13D 5F 23
Octal 254 4 174 0 142 34 41 475 137 43
Binary 10101100 100 1111100 0 1100010 11100 100001 100111101 1011111 100011

Color Harmonies of #AC047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC047C

Black with #AC047C

Text Example


Text Example

White with #AC047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC047C; }

 p { color: rgb(172,4,124); }

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

background-color css

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

 a { background-color: rgb(172,4,124); }

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

border-color css

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

 span { border-color: rgb(172,4,124); }

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