Html Css Color HEX #AC057C Eggplant

📋 copy color: '#AC057C'

red 172 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #AC057C

Tints of Eggplant #AC057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

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

R = 57.14%
G = 1.66%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC057C (or 0xAC057C) is known color: Eggplant. HEX triplet: AC, 05 and 7C. RGB value is (172,5,124). Sum of RGB (Red+Green+Blue) = 172+5+124=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC057C is #53FA83. Grayscale: #444444. Windows color (decimal): -5503620 or 8127916. OLE color: 8127916.

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

Color convert

RGB 172 5 124 -
CMYK 0 0.97 0.28 0.33
HSL 317.25º 0.94% 0.35% -
HSV(B) 317.25º 0.97% 0.67% -
XYZ 20.71 10.33 19.97 -
YUV 68.5 159.33 201.82 -
System Red Green Blue C M Y K H S L
Decimal 172 5 124 0 0.97 0.28 0.33 317.25 0.94 0.35
Hex AC 5 7C 0 61 1C 21 13D 5E 23
Octal 254 5 174 0 141 34 41 475 136 43
Binary 10101100 101 1111100 0 1100001 11100 100001 100111101 1011110 100011

Color Harmonies of #AC057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC057C

Black with #AC057C

Text Example


Text Example

White with #AC057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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