Html Css Color HEX #AC097C Eggplant

📋 copy color: '#AC097C'

red 172 ◦ green 9 ◦ blue 124

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

Shades of Eggplant #AC097C

Tints of Eggplant #AC097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 56.39%
G = 2.95%
B = 40.66%

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

#AC097C (or 0xAC097C) is known color: Eggplant. HEX triplet: AC, 09 and 7C. RGB value is (172,9,124). Sum of RGB (Red+Green+Blue) = 172+9+124=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC097C is #53F683. Grayscale: #464646. Windows color (decimal): -5502596 or 8128940. OLE color: 8128940.

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

Color convert

RGB 172 9 124 -
CMYK 0 0.95 0.28 0.33
HSL 317.67º 0.9% 0.35% -
HSV(B) 317.67º 0.95% 0.67% -
XYZ 20.75 10.42 19.99 -
YUV 70.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 172 9 124 0 0.95 0.28 0.33 317.67 0.9 0.35
Hex AC 9 7C 0 5F 1C 21 13E 5A 23
Octal 254 11 174 0 137 34 41 476 132 43
Binary 10101100 1001 1111100 0 1011111 11100 100001 100111110 1011010 100011

Color Harmonies of #AC097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC097C

Black with #AC097C

Text Example


Text Example

White with #AC097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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