Html Css Color HEX #AC047B Eggplant

📋 copy color: '#AC047B'

red 172 ◦ green 4 ◦ blue 123

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

Shades of Eggplant #AC047B

Tints of Eggplant #AC047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 57.53%
G = 1.34%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC047B (or 0xAC047B) is known color: Eggplant. HEX triplet: AC, 04 and 7B. RGB value is (172,4,123). Sum of RGB (Red+Green+Blue) = 172+4+123=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC047B is #53FB84. Grayscale: #434343. Windows color (decimal): -5503877 or 8062124. OLE color: 8062124.

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

Color convert

RGB 172 4 123 -
CMYK 0 0.98 0.28 0.33
HSL 317.5º 0.95% 0.35% -
HSV(B) 317.5º 0.98% 0.67% -
XYZ 20.63 10.29 19.64 -
YUV 67.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 172 4 123 0 0.98 0.28 0.33 317.5 0.95 0.35
Hex AC 4 7B 0 62 1C 21 13E 5F 23
Octal 254 4 173 0 142 34 41 476 137 43
Binary 10101100 100 1111011 0 1100010 11100 100001 100111110 1011111 100011

Color Harmonies of #AC047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC047B

Black with #AC047B

Text Example


Text Example

White with #AC047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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