Html Css Color HEX #AC0379 Eggplant

📋 copy color: '#AC0379'

red 172 ◦ green 3 ◦ blue 121

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

Shades of Eggplant #AC0379

Tints of Eggplant #AC0379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 58.11%
G = 1.01%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC0379 (or 0xAC0379) is known color: Eggplant. HEX triplet: AC, 03 and 79. RGB value is (172,3,121). Sum of RGB (Red+Green+Blue) = 172+3+121=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0379 is #53FC86. Grayscale: #424242. Windows color (decimal): -5504135 or 7930796. OLE color: 7930796.

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

Color convert

RGB 172 3 121 -
CMYK 0 0.98 0.30 0.33
HSL 318.11º 0.97% 0.34% -
HSV(B) 318.11º 0.98% 0.67% -
XYZ 20.5 10.22 18.98 -
YUV 66.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 172 3 121 0 0.98 0.30 0.33 318.11 0.97 0.34
Hex AC 3 79 0 62 1E 21 13E 61 22
Octal 254 3 171 0 142 36 41 476 141 42
Binary 10101100 11 1111001 0 1100010 11110 100001 100111110 1100001 100010

Color Harmonies of #AC0379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0379

Black with #AC0379

Text Example


Text Example

White with #AC0379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0379; }

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

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

background-color css

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

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

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

border-color css

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

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

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