Html Css Color HEX #AC087C Eggplant

📋 copy color: '#AC087C'

red 172 ◦ green 8 ◦ blue 124

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

Shades of Eggplant #AC087C

Tints of Eggplant #AC087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

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

R = 56.58%
G = 2.63%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC087C (or 0xAC087C) is known color: Eggplant. HEX triplet: AC, 08 and 7C. RGB value is (172,8,124). Sum of RGB (Red+Green+Blue) = 172+8+124=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC087C is #53F783. Grayscale: #454545. Windows color (decimal): -5502852 or 8128684. OLE color: 8128684.

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

Color convert

RGB 172 8 124 -
CMYK 0 0.95 0.28 0.33
HSL 317.56º 0.91% 0.35% -
HSV(B) 317.56º 0.95% 0.67% -
XYZ 20.74 10.4 19.98 -
YUV 70.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 172 8 124 0 0.95 0.28 0.33 317.56 0.91 0.35
Hex AC 8 7C 0 5F 1C 21 13E 5B 23
Octal 254 10 174 0 137 34 41 476 133 43
Binary 10101100 1000 1111100 0 1011111 11100 100001 100111110 1011011 100011

Color Harmonies of #AC087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC087C

Black with #AC087C

Text Example


Text Example

White with #AC087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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