Html Css Color HEX #AC047A Eggplant

📋 copy color: '#AC047A'

red 172 ◦ green 4 ◦ blue 122

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

Shades of Eggplant #AC047A

Tints of Eggplant #AC047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 57.72%
G = 1.34%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC047A (or 0xAC047A) is known color: Eggplant. HEX triplet: AC, 04 and 7A. RGB value is (172,4,122). Sum of RGB (Red+Green+Blue) = 172+4+122=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC047A is #53FB85. Grayscale: #434343. Windows color (decimal): -5503878 or 7996588. OLE color: 7996588.

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

Color convert

RGB 172 4 122 -
CMYK 0 0.98 0.29 0.33
HSL 317.86º 0.95% 0.35% -
HSV(B) 317.86º 0.98% 0.67% -
XYZ 20.57 10.26 19.31 -
YUV 67.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 172 4 122 0 0.98 0.29 0.33 317.86 0.95 0.35
Hex AC 4 7A 0 62 1D 21 13E 5F 23
Octal 254 4 172 0 142 35 41 476 137 43
Binary 10101100 100 1111010 0 1100010 11101 100001 100111110 1011111 100011

Color Harmonies of #AC047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC047A

Black with #AC047A

Text Example


Text Example

White with #AC047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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