Html Css Color HEX #AC097B Eggplant

📋 copy color: '#AC097B'

red 172 ◦ green 9 ◦ blue 123

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

Shades of Eggplant #AC097B

Tints of Eggplant #AC097B

RGB

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

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

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

R = 56.58%
G = 2.96%
B = 40.46%

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

#AC097B (or 0xAC097B) is known color: Eggplant. HEX triplet: AC, 09 and 7B. RGB value is (172,9,123). Sum of RGB (Red+Green+Blue) = 172+9+123=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC097B is #53F684. Grayscale: #464646. Windows color (decimal): -5502597 or 8063404. OLE color: 8063404.

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

Color convert

RGB 172 9 123 -
CMYK 0 0.95 0.28 0.33
HSL 318.04º 0.9% 0.35% -
HSV(B) 318.04º 0.95% 0.67% -
XYZ 20.69 10.4 19.66 -
YUV 70.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 172 9 123 0 0.95 0.28 0.33 318.04 0.9 0.35
Hex AC 9 7B 0 5F 1C 21 13E 5A 23
Octal 254 11 173 0 137 34 41 476 132 43
Binary 10101100 1001 1111011 0 1011111 11100 100001 100111110 1011010 100011

Color Harmonies of #AC097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC097B

Black with #AC097B

Text Example


Text Example

White with #AC097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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