Html Css Color HEX #A4057F Eggplant

📋 copy color: '#A4057F'

red 164 ◦ green 5 ◦ blue 127

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

Shades of Eggplant #A4057F

Tints of Eggplant #A4057F

RGB

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

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

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

R = 55.41%
G = 1.69%
B = 42.91%

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

#A4057F (or 0xA4057F) is known color: Eggplant. HEX triplet: A4, 05 and 7F. RGB value is (164,5,127). Sum of RGB (Red+Green+Blue) = 164+5+127=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A4057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4057F is #5BFA80. Grayscale: #424242. Windows color (decimal): -6027905 or 8324516. OLE color: 8324516.

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

Color convert

RGB 164 5 127 -
CMYK 0 0.97 0.23 0.36
HSL 313.96º 0.94% 0.33% -
HSV(B) 313.96º 0.97% 0.64% -
XYZ 19.19 9.53 20.91 -
YUV 66.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 164 5 127 0 0.97 0.23 0.36 313.96 0.94 0.33
Hex A4 5 7F 0 61 17 24 13A 5E 21
Octal 244 5 177 0 141 27 44 472 136 41
Binary 10100100 101 1111111 0 1100001 10111 100100 100111010 1011110 100001

Color Harmonies of #A4057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4057F

Black with #A4057F

Text Example


Text Example

White with #A4057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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