Html Css Color HEX #AC047D Eggplant

📋 copy color: '#AC047D'

red 172 ◦ green 4 ◦ blue 125

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

Shades of Eggplant #AC047D

Tints of Eggplant #AC047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 57.14%
G = 1.33%
B = 41.53%

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

#AC047D (or 0xAC047D) is known color: Eggplant. HEX triplet: AC, 04 and 7D. RGB value is (172,4,125). Sum of RGB (Red+Green+Blue) = 172+4+125=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC047D is #53FB82. Grayscale: #434343. Windows color (decimal): -5503875 or 8193196. OLE color: 8193196.

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

Color convert

RGB 172 4 125 -
CMYK 0 0.98 0.27 0.33
HSL 316.79º 0.95% 0.35% -
HSV(B) 316.79º 0.98% 0.67% -
XYZ 20.76 10.34 20.3 -
YUV 68.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 172 4 125 0 0.98 0.27 0.33 316.79 0.95 0.35
Hex AC 4 7D 0 62 1B 21 13D 5F 23
Octal 254 4 175 0 142 33 41 475 137 43
Binary 10101100 100 1111101 0 1100010 11011 100001 100111101 1011111 100011

Color Harmonies of #AC047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC047D

Black with #AC047D

Text Example


Text Example

White with #AC047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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