Html Css Color HEX #AC007F Eggplant

📋 copy color: '#AC007F'

red 172 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #AC007F

Tints of Eggplant #AC007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.47%

R = 57.53%
G = 0%
B = 42.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC007F (or 0xAC007F) is known color: Eggplant. HEX triplet: AC, 00 and 7F. RGB value is (172,0,127). Sum of RGB (Red+Green+Blue) = 172+0+127=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC007F is #53FF80. Grayscale: #414141. Windows color (decimal): -5504897 or 8323244. OLE color: 8323244.

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

Color convert

RGB 172 0 127 -
CMYK 0 1 0.26 0.33
HSL 315.7º 1% 0.34% -
HSV(B) 315.7º 1% 0.67% -
XYZ 20.84 10.3 20.97 -
YUV 65.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 172 0 127 0 1 0.26 0.33 315.7 1 0.34
Hex AC 0 7F 0 64 1A 21 13C 64 22
Octal 254 0 177 0 144 32 41 474 144 42
Binary 10101100 0 1111111 0 1100100 11010 100001 100111100 1100100 100010

Color Harmonies of #AC007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC007F

Black with #AC007F

Text Example


Text Example

White with #AC007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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