Html Css Color HEX #A31177 Eggplant

📋 copy color: '#A31177'

red 163 ◦ green 17 ◦ blue 119

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

Shades of Eggplant #A31177

Tints of Eggplant #A31177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.69%

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 54.52%
G = 5.69%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A31177 (or 0xA31177) is known color: Eggplant. HEX triplet: A3, 11 and 77. RGB value is (163,17,119). Sum of RGB (Red+Green+Blue) = 163+17+119=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A31177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31177 is #5CEE88. Grayscale: #484848. Windows color (decimal): -6090377 or 7803299. OLE color: 7803299.

HSL color Cylindrical-coordinate representation of color #A31177: hue angle of 318.08º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31177 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 119 -
CMYK 0 0.90 0.27 0.36
HSL 318.08º 0.81% 0.35% -
HSV(B) 318.08º 0.9% 0.64% -
XYZ 18.63 9.52 18.31 -
YUV 72.28 154.37 192.71 -
System Red Green Blue C M Y K H S L
Decimal 163 17 119 0 0.90 0.27 0.36 318.08 0.81 0.35
Hex A3 11 77 0 5A 1B 24 13E 51 23
Octal 243 21 167 0 132 33 44 476 121 43
Binary 10100011 10001 1110111 0 1011010 11011 100100 100111110 1010001 100011

Color Harmonies of #A31177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31177

Black with #A31177

Text Example


Text Example

White with #A31177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31177; }

 p { color: rgb(163,17,119); }

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

background-color css

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

 a { background-color: rgb(163,17,119); }

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

border-color css

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

 span { border-color: rgb(163,17,119); }

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