#AC097A

Color #AC097A Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #AC097A

Tints of Eggplant #AC097A

Color information

#AC097A (or 0xAC097A) is unknown color: approx Eggplant. HEX triplet: AC, 09 and 7A. RGB value is (172,9,122). Sum of RGB (Red+Green+Blue) = 172+9+122=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC097A is #53F685. Grayscale: #464646. Windows color (decimal): -5502598 or 7997868. OLE color: 7997868.

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

Color convert

RGB1729122-
CMYK00.950.290.33
HSL318.4º90.06%35.49%-
HSV(B)318.4º94.77%67.45%-
XYZ20.6210.3719.33-
YUV70.62157200.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 9 (3.91% from 255) = 2.97%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=56.77%
G=2.97%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172912200.950.290.33318.490.0635.49
HexAC97A05F1D2113e5a23
Octal254111720137354147613243
Binary101011001001111101001011111111011000011001111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC097A; }

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

 H1.HeaderClassName
 {
   color: #AC097A;
 }
 .AnyTagClassName
 {
   color: #AC097A;
 }
</style>
background-color css

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

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

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

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

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

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