Html Css Color HEX #AC077C Eggplant

📋 copy color: '#AC077C'

red 172 ◦ green 7 ◦ blue 124

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

Shades of Eggplant #AC077C

Tints of Eggplant #AC077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

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

R = 56.77%
G = 2.31%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC077C (or 0xAC077C) is known color: Eggplant. HEX triplet: AC, 07 and 7C. RGB value is (172,7,124). Sum of RGB (Red+Green+Blue) = 172+7+124=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC077C is #53F883. Grayscale: #454545. Windows color (decimal): -5503108 or 8128428. OLE color: 8128428.

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

Color convert

RGB 172 7 124 -
CMYK 0 0.96 0.28 0.33
HSL 317.45º 0.92% 0.35% -
HSV(B) 317.45º 0.96% 0.67% -
XYZ 20.73 10.38 19.98 -
YUV 69.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 172 7 124 0 0.96 0.28 0.33 317.45 0.92 0.35
Hex AC 7 7C 0 60 1C 21 13D 5C 23
Octal 254 7 174 0 140 34 41 475 134 43
Binary 10101100 111 1111100 0 1100000 11100 100001 100111101 1011100 100011

Color Harmonies of #AC077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC077C

Black with #AC077C

Text Example


Text Example

White with #AC077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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