Html Css Color HEX #AC077B Eggplant

📋 copy color: '#AC077B'

red 172 ◦ green 7 ◦ blue 123

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

Shades of Eggplant #AC077B

Tints of Eggplant #AC077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 56.95%
G = 2.32%
B = 40.73%

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

#AC077B (or 0xAC077B) is known color: Eggplant. HEX triplet: AC, 07 and 7B. RGB value is (172,7,123). Sum of RGB (Red+Green+Blue) = 172+7+123=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC077B is #53F884. Grayscale: #454545. Windows color (decimal): -5503109 or 8062892. OLE color: 8062892.

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

Color convert

RGB 172 7 123 -
CMYK 0 0.96 0.28 0.33
HSL 317.82º 0.92% 0.35% -
HSV(B) 317.82º 0.96% 0.67% -
XYZ 20.66 10.35 19.65 -
YUV 69.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 172 7 123 0 0.96 0.28 0.33 317.82 0.92 0.35
Hex AC 7 7B 0 60 1C 21 13E 5C 23
Octal 254 7 173 0 140 34 41 476 134 43
Binary 10101100 111 1111011 0 1100000 11100 100001 100111110 1011100 100011

Color Harmonies of #AC077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC077B

Black with #AC077B

Text Example


Text Example

White with #AC077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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