Html Css Color HEX #AC027C Eggplant

📋 copy color: '#AC027C'

red 172 ◦ green 2 ◦ blue 124

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

Shades of Eggplant #AC027C

Tints of Eggplant #AC027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 57.72%
G = 0.67%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC027C (or 0xAC027C) is known color: Eggplant. HEX triplet: AC, 02 and 7C. RGB value is (172,2,124). Sum of RGB (Red+Green+Blue) = 172+2+124=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC027C is #53FD83. Grayscale: #424242. Windows color (decimal): -5504388 or 8127148. OLE color: 8127148.

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

Color convert

RGB 172 2 124 -
CMYK 0 0.99 0.28 0.33
HSL 316.94º 0.98% 0.34% -
HSV(B) 316.94º 0.99% 0.67% -
XYZ 20.67 10.27 19.96 -
YUV 66.74 160.32 203.08 -
System Red Green Blue C M Y K H S L
Decimal 172 2 124 0 0.99 0.28 0.33 316.94 0.98 0.34
Hex AC 2 7C 0 63 1C 21 13D 62 22
Octal 254 2 174 0 143 34 41 475 142 42
Binary 10101100 10 1111100 0 1100011 11100 100001 100111101 1100010 100010

Color Harmonies of #AC027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC027C

Black with #AC027C

Text Example


Text Example

White with #AC027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC027C; }

 p { color: rgb(172,2,124); }

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

background-color css

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

 a { background-color: rgb(172,2,124); }

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

border-color css

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

 span { border-color: rgb(172,2,124); }

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