Html Css Color HEX #AC027A Eggplant

📋 copy color: '#AC027A'

red 172 ◦ green 2 ◦ blue 122

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

Shades of Eggplant #AC027A

Tints of Eggplant #AC027A

RGB

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

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

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

R = 58.11%
G = 0.68%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC027A (or 0xAC027A) is known color: Eggplant. HEX triplet: AC, 02 and 7A. RGB value is (172,2,122). Sum of RGB (Red+Green+Blue) = 172+2+122=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC027A is #53FD85. Grayscale: #424242. Windows color (decimal): -5504390 or 7996076. OLE color: 7996076.

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

Color convert

RGB 172 2 122 -
CMYK 0 0.99 0.29 0.33
HSL 317.65º 0.98% 0.34% -
HSV(B) 317.65º 0.99% 0.67% -
XYZ 20.55 10.22 19.3 -
YUV 66.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 172 2 122 0 0.99 0.29 0.33 317.65 0.98 0.34
Hex AC 2 7A 0 63 1D 21 13E 62 22
Octal 254 2 172 0 143 35 41 476 142 42
Binary 10101100 10 1111010 0 1100011 11101 100001 100111110 1100010 100010

Color Harmonies of #AC027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC027A

Black with #AC027A

Text Example


Text Example

White with #AC027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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