Html Css Color HEX #AC037A Eggplant

📋 copy color: '#AC037A'

red 172 ◦ green 3 ◦ blue 122

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

Shades of Eggplant #AC037A

Tints of Eggplant #AC037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 57.91%
G = 1.01%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC037A (or 0xAC037A) is known color: Eggplant. HEX triplet: AC, 03 and 7A. RGB value is (172,3,122). Sum of RGB (Red+Green+Blue) = 172+3+122=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC037A is #53FC85. Grayscale: #424242. Windows color (decimal): -5504134 or 7996332. OLE color: 7996332.

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

Color convert

RGB 172 3 122 -
CMYK 0 0.98 0.29 0.33
HSL 317.75º 0.97% 0.34% -
HSV(B) 317.75º 0.98% 0.67% -
XYZ 20.56 10.24 19.31 -
YUV 67.1 158.99 202.82 -
System Red Green Blue C M Y K H S L
Decimal 172 3 122 0 0.98 0.29 0.33 317.75 0.97 0.34
Hex AC 3 7A 0 62 1D 21 13E 61 22
Octal 254 3 172 0 142 35 41 476 141 42
Binary 10101100 11 1111010 0 1100010 11101 100001 100111110 1100001 100010

Color Harmonies of #AC037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC037A

Black with #AC037A

Text Example


Text Example

White with #AC037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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