Html Css Color HEX #AC047E Eggplant

📋 copy color: '#AC047E'

red 172 ◦ green 4 ◦ blue 126

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

Shades of Eggplant #AC047E

Tints of Eggplant #AC047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.72%

R = 56.95%
G = 1.32%
B = 41.72%

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

#AC047E (or 0xAC047E) is known color: Eggplant. HEX triplet: AC, 04 and 7E. RGB value is (172,4,126). Sum of RGB (Red+Green+Blue) = 172+4+126=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC047E is #53FB81. Grayscale: #434343. Windows color (decimal): -5503874 or 8258732. OLE color: 8258732.

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

Color convert

RGB 172 4 126 -
CMYK 0 0.98 0.27 0.33
HSL 316.43º 0.95% 0.35% -
HSV(B) 316.43º 0.98% 0.67% -
XYZ 20.82 10.36 20.64 -
YUV 68.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 172 4 126 0 0.98 0.27 0.33 316.43 0.95 0.35
Hex AC 4 7E 0 62 1B 21 13C 5F 23
Octal 254 4 176 0 142 33 41 474 137 43
Binary 10101100 100 1111110 0 1100010 11011 100001 100111100 1011111 100011

Color Harmonies of #AC047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC047E

Black with #AC047E

Text Example


Text Example

White with #AC047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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