Html Css Color HEX #A3157A Eggplant

📋 copy color: '#A3157A'

red 163 ◦ green 21 ◦ blue 122

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

Shades of Eggplant #A3157A

Tints of Eggplant #A3157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 53.27%
G = 6.86%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3157A (or 0xA3157A) is known color: Eggplant. HEX triplet: A3, 15 and 7A. RGB value is (163,21,122). Sum of RGB (Red+Green+Blue) = 163+21+122=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3157A is #5CEA85. Grayscale: #4A4A4A. Windows color (decimal): -6089350 or 8000931. OLE color: 8000931.

HSL color Cylindrical-coordinate representation of color #A3157A: hue angle of 317.32º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3157A is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 122 -
CMYK 0 0.87 0.25 0.36
HSL 317.32º 0.77% 0.36% -
HSV(B) 317.32º 0.87% 0.64% -
XYZ 18.89 9.73 19.29 -
YUV 74.97 154.54 190.79 -
System Red Green Blue C M Y K H S L
Decimal 163 21 122 0 0.87 0.25 0.36 317.32 0.77 0.36
Hex A3 15 7A 0 57 19 24 13D 4D 24
Octal 243 25 172 0 127 31 44 475 115 44
Binary 10100011 10101 1111010 0 1010111 11001 100100 100111101 1001101 100100

Color Harmonies of #A3157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3157A

Black with #A3157A

Text Example


Text Example

White with #A3157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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