Html Css Color HEX #A1057C Eggplant

📋 copy color: '#A1057C'

red 161 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #A1057C

Tints of Eggplant #A1057C

RGB

 RED value IS 161 (63.28% from 255) = 55.52%

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

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

R = 55.52%
G = 1.72%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1057C (or 0xA1057C) is known color: Eggplant. HEX triplet: A1, 05 and 7C. RGB value is (161,5,124). Sum of RGB (Red+Green+Blue) = 161+5+124=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1057C is #5EFA83. Grayscale: #404040. Windows color (decimal): -6224516 or 8127905. OLE color: 8127905.

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

Color convert

RGB 161 5 124 -
CMYK 0 0.97 0.23 0.37
HSL 314.23º 0.94% 0.33% -
HSV(B) 314.23º 0.97% 0.63% -
XYZ 18.39 9.14 19.86 -
YUV 65.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 161 5 124 0 0.97 0.23 0.37 314.23 0.94 0.33
Hex A1 5 7C 0 61 17 25 13A 5E 21
Octal 241 5 174 0 141 27 45 472 136 41
Binary 10100001 101 1111100 0 1100001 10111 100101 100111010 1011110 100001

Color Harmonies of #A1057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1057C

Black with #A1057C

Text Example


Text Example

White with #A1057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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