Html Css Color HEX #AC007C Eggplant

📋 copy color: '#AC007C'

red 172 ◦ green 0 ◦ blue 124

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

Shades of Eggplant #AC007C

Tints of Eggplant #AC007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.11%
G = 0%
B = 41.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC007C (or 0xAC007C) is known color: Eggplant. HEX triplet: AC, 00 and 7C. RGB value is (172,0,124). Sum of RGB (Red+Green+Blue) = 172+0+124=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC007C is #53FF83. Grayscale: #414141. Windows color (decimal): -5504900 or 8126636. OLE color: 8126636.

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

Color convert

RGB 172 0 124 -
CMYK 0 1 0.28 0.33
HSL 316.74º 1% 0.34% -
HSV(B) 316.74º 1% 0.67% -
XYZ 20.65 10.23 19.95 -
YUV 65.56 160.98 203.92 -
System Red Green Blue C M Y K H S L
Decimal 172 0 124 0 1 0.28 0.33 316.74 1 0.34
Hex AC 0 7C 0 64 1C 21 13D 64 22
Octal 254 0 174 0 144 34 41 475 144 42
Binary 10101100 0 1111100 0 1100100 11100 100001 100111101 1100100 100010

Color Harmonies of #AC007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC007C

Black with #AC007C

Text Example


Text Example

White with #AC007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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