Html Css Color HEX #A4057E Eggplant

📋 copy color: '#A4057E'

red 164 ◦ green 5 ◦ blue 126

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

Shades of Eggplant #A4057E

Tints of Eggplant #A4057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.71%

R = 55.59%
G = 1.69%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4057E (or 0xA4057E) is known color: Eggplant. HEX triplet: A4, 05 and 7E. RGB value is (164,5,126). Sum of RGB (Red+Green+Blue) = 164+5+126=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4057E is #5BFA81. Grayscale: #424242. Windows color (decimal): -6027906 or 8258980. OLE color: 8258980.

HSL color Cylindrical-coordinate representation of color #A4057E: hue angle of 314.34º 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 #A4057E is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 126 -
CMYK 0 0.97 0.23 0.36
HSL 314.34º 0.94% 0.33% -
HSV(B) 314.34º 0.97% 0.64% -
XYZ 19.13 9.51 20.57 -
YUV 66.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 164 5 126 0 0.97 0.23 0.36 314.34 0.94 0.33
Hex A4 5 7E 0 61 17 24 13A 5E 21
Octal 244 5 176 0 141 27 44 472 136 41
Binary 10100100 101 1111110 0 1100001 10111 100100 100111010 1011110 100001

Color Harmonies of #A4057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4057E

Black with #A4057E

Text Example


Text Example

White with #A4057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4057E; }

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

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

background-color css

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

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

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

border-color css

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

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

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