Html Css Color HEX #A3057C Eggplant

📋 copy color: '#A3057C'

red 163 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #A3057C

Tints of Eggplant #A3057C

RGB

 RED value IS 163 (64.06% from 255) = 55.82%

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

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

R = 55.82%
G = 1.71%
B = 42.47%

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

#A3057C (or 0xA3057C) is known color: Eggplant. HEX triplet: A3, 05 and 7C. RGB value is (163,5,124). Sum of RGB (Red+Green+Blue) = 163+5+124=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3057C is #5CFA83. Grayscale: #414141. Windows color (decimal): -6093444 or 8127907. OLE color: 8127907.

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

Color convert

RGB 163 5 124 -
CMYK 0 0.97 0.24 0.36
HSL 314.81º 0.94% 0.33% -
HSV(B) 314.81º 0.97% 0.64% -
XYZ 18.8 9.35 19.88 -
YUV 65.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 163 5 124 0 0.97 0.24 0.36 314.81 0.94 0.33
Hex A3 5 7C 0 61 18 24 13B 5E 21
Octal 243 5 174 0 141 30 44 473 136 41
Binary 10100011 101 1111100 0 1100001 11000 100100 100111011 1011110 100001

Color Harmonies of #A3057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3057C

Black with #A3057C

Text Example


Text Example

White with #A3057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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