Html Css Color HEX #A4057A Eggplant

📋 copy color: '#A4057A'

red 164 ◦ green 5 ◦ blue 122

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

Shades of Eggplant #A4057A

Tints of Eggplant #A4057A

RGB

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

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

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

R = 56.36%
G = 1.72%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4057A (or 0xA4057A) is known color: Eggplant. HEX triplet: A4, 05 and 7A. RGB value is (164,5,122). Sum of RGB (Red+Green+Blue) = 164+5+122=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4057A is #5BFA85. Grayscale: #414141. Windows color (decimal): -6027910 or 7996836. OLE color: 7996836.

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

Color convert

RGB 164 5 122 -
CMYK 0 0.97 0.26 0.36
HSL 315.85º 0.94% 0.33% -
HSV(B) 315.85º 0.97% 0.64% -
XYZ 18.88 9.41 19.23 -
YUV 65.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 164 5 122 0 0.97 0.26 0.36 315.85 0.94 0.33
Hex A4 5 7A 0 61 1A 24 13C 5E 21
Octal 244 5 172 0 141 32 44 474 136 41
Binary 10100100 101 1111010 0 1100001 11010 100100 100111100 1011110 100001

Color Harmonies of #A4057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4057A

Black with #A4057A

Text Example


Text Example

White with #A4057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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