Html Css Color HEX #A4057C Eggplant

📋 copy color: '#A4057C'

red 164 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #A4057C

Tints of Eggplant #A4057C

RGB

 RED value IS 164 (64.45% from 255) = 55.97%

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 55.97%
G = 1.71%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4057C (or 0xA4057C) is known color: Eggplant. HEX triplet: A4, 05 and 7C. RGB value is (164,5,124). Sum of RGB (Red+Green+Blue) = 164+5+124=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4057C is #5BFA83. Grayscale: #414141. Windows color (decimal): -6027908 or 8127908. OLE color: 8127908.

HSL color Cylindrical-coordinate representation of color #A4057C: hue angle of 315.09º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4057C is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 124 -
CMYK 0 0.97 0.24 0.36
HSL 315.09º 0.94% 0.33% -
HSV(B) 315.09º 0.97% 0.64% -
XYZ 19 9.46 19.89 -
YUV 66.11 160.68 197.82 -
System Red Green Blue C M Y K H S L
Decimal 164 5 124 0 0.97 0.24 0.36 315.09 0.94 0.33
Hex A4 5 7C 0 61 18 24 13B 5E 21
Octal 244 5 174 0 141 30 44 473 136 41
Binary 10100100 101 1111100 0 1100001 11000 100100 100111011 1011110 100001

Color Harmonies of #A4057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4057C

Black with #A4057C

Text Example


Text Example

White with #A4057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4057C; }

 p { color: rgb(164,5,124); }

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

background-color css

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

 a { background-color: rgb(164,5,124); }

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

border-color css

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

 span { border-color: rgb(164,5,124); }

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