Html Css Color HEX #AC097A Eggplant

📋 copy color: '#AC097A'

red 172 ◦ green 9 ◦ blue 122

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

Shades of Eggplant #AC097A

Tints of Eggplant #AC097A

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 value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC097A (or 0xAC097A) is known color: 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

RGB 172 9 122 -
CMYK 0 0.95 0.29 0.33
HSL 318.4º 0.9% 0.35% -
HSV(B) 318.4º 0.95% 0.67% -
XYZ 20.62 10.37 19.33 -
YUV 70.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 172 9 122 0 0.95 0.29 0.33 318.4 0.9 0.35
Hex AC 9 7A 0 5F 1D 21 13E 5A 23
Octal 254 11 172 0 137 35 41 476 132 43
Binary 10101100 1001 1111010 0 1011111 11101 100001 100111110 1011010 100011

Color Harmonies of #AC097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC097A

Black with #AC097A

Text Example


Text Example

White with #AC097A

Text Example


Text Example

HTML Codes & Css Web 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>