Html Css Color HEX #A3057A Eggplant

📋 copy color: '#A3057A'

red 163 ◦ green 5 ◦ blue 122

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

Shades of Eggplant #A3057A

Tints of Eggplant #A3057A

RGB

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

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

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

R = 56.21%
G = 1.72%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3057A (or 0xA3057A) is known color: Eggplant. HEX triplet: A3, 05 and 7A. RGB value is (163,5,122). Sum of RGB (Red+Green+Blue) = 163+5+122=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3057A is #5CFA85. Grayscale: #414141. Windows color (decimal): -6093446 or 7996835. OLE color: 7996835.

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

Color convert

RGB 163 5 122 -
CMYK 0 0.97 0.25 0.36
HSL 315.57º 0.94% 0.33% -
HSV(B) 315.57º 0.97% 0.64% -
XYZ 18.67 9.3 19.22 -
YUV 65.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 163 5 122 0 0.97 0.25 0.36 315.57 0.94 0.33
Hex A3 5 7A 0 61 19 24 13C 5E 21
Octal 243 5 172 0 141 31 44 474 136 41
Binary 10100011 101 1111010 0 1100001 11001 100100 100111100 1011110 100001

Color Harmonies of #A3057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3057A

Black with #A3057A

Text Example


Text Example

White with #A3057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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