Html Css Color HEX #AC057E Eggplant

📋 copy color: '#AC057E'

red 172 ◦ green 5 ◦ blue 126

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

Shades of Eggplant #AC057E

Tints of Eggplant #AC057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 56.77%
G = 1.65%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC057E (or 0xAC057E) is known color: Eggplant. HEX triplet: AC, 05 and 7E. RGB value is (172,5,126). Sum of RGB (Red+Green+Blue) = 172+5+126=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC057E is #53FA81. Grayscale: #444444. Windows color (decimal): -5503618 or 8258988. OLE color: 8258988.

HSL color Cylindrical-coordinate representation of color #AC057E: hue angle of 316.53º 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 #AC057E is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 126 -
CMYK 0 0.97 0.27 0.33
HSL 316.53º 0.94% 0.35% -
HSV(B) 316.53º 0.97% 0.67% -
XYZ 20.83 10.39 20.65 -
YUV 68.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 172 5 126 0 0.97 0.27 0.33 316.53 0.94 0.35
Hex AC 5 7E 0 61 1B 21 13D 5E 23
Octal 254 5 176 0 141 33 41 475 136 43
Binary 10101100 101 1111110 0 1100001 11011 100001 100111101 1011110 100011

Color Harmonies of #AC057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC057E

Black with #AC057E

Text Example


Text Example

White with #AC057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC057E; }

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

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

background-color css

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

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

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

border-color css

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

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

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