Html Css Color HEX #AC0374 Eggplant

📋 copy color: '#AC0374'

red 172 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #AC0374

Tints of Eggplant #AC0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 59.11%
G = 1.03%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC0374 (or 0xAC0374) is known color: Eggplant. HEX triplet: AC, 03 and 74. RGB value is (172,3,116). Sum of RGB (Red+Green+Blue) = 172+3+116=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0374 is #53FC8B. Grayscale: #424242. Windows color (decimal): -5504140 or 7603116. OLE color: 7603116.

HSL color Cylindrical-coordinate representation of color #AC0374: hue angle of 319.88º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0374 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 3 116 -
CMYK 0 0.98 0.33 0.33
HSL 319.88º 0.97% 0.34% -
HSV(B) 319.88º 0.98% 0.67% -
XYZ 20.2 10.1 17.41 -
YUV 66.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 172 3 116 0 0.98 0.33 0.33 319.88 0.97 0.34
Hex AC 3 74 0 62 21 21 140 61 22
Octal 254 3 164 0 142 41 41 500 141 42
Binary 10101100 11 1110100 0 1100010 100001 100001 101000000 1100001 100010

Color Harmonies of #AC0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0374

Black with #AC0374

Text Example


Text Example

White with #AC0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0374; }

 p { color: rgb(172,3,116); }

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

background-color css

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

 a { background-color: rgb(172,3,116); }

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

border-color css

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

 span { border-color: rgb(172,3,116); }

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