Html Css Color HEX #AC037D Eggplant

📋 copy color: '#AC037D'

red 172 ◦ green 3 ◦ blue 125

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

Shades of Eggplant #AC037D

Tints of Eggplant #AC037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 57.33%
G = 1%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC037D (or 0xAC037D) is known color: Eggplant. HEX triplet: AC, 03 and 7D. RGB value is (172,3,125). Sum of RGB (Red+Green+Blue) = 172+3+125=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC037D is #53FC82. Grayscale: #434343. Windows color (decimal): -5504131 or 8192940. OLE color: 8192940.

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

Color convert

RGB 172 3 125 -
CMYK 0 0.98 0.27 0.33
HSL 316.69º 0.97% 0.34% -
HSV(B) 316.69º 0.98% 0.67% -
XYZ 20.75 10.32 20.3 -
YUV 67.44 160.49 202.58 -
System Red Green Blue C M Y K H S L
Decimal 172 3 125 0 0.98 0.27 0.33 316.69 0.97 0.34
Hex AC 3 7D 0 62 1B 21 13D 61 22
Octal 254 3 175 0 142 33 41 475 141 42
Binary 10101100 11 1111101 0 1100010 11011 100001 100111101 1100001 100010

Color Harmonies of #AC037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC037D

Black with #AC037D

Text Example


Text Example

White with #AC037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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