Html Css Color HEX #A31374 Eggplant

📋 copy color: '#A31374'

red 163 ◦ green 19 ◦ blue 116

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

Shades of Eggplant #A31374

Tints of Eggplant #A31374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.38%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 54.7%
G = 6.38%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A31374 (or 0xA31374) is known color: Eggplant. HEX triplet: A3, 13 and 74. RGB value is (163,19,116). Sum of RGB (Red+Green+Blue) = 163+19+116=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A31374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31374 is #5CEC8B. Grayscale: #484848. Windows color (decimal): -6089868 or 7607203. OLE color: 7607203.

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

Color convert

RGB 163 19 116 -
CMYK 0 0.88 0.29 0.36
HSL 319.58º 0.79% 0.36% -
HSV(B) 319.58º 0.88% 0.64% -
XYZ 18.49 9.51 17.38 -
YUV 73.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 163 19 116 0 0.88 0.29 0.36 319.58 0.79 0.36
Hex A3 13 74 0 58 1D 24 140 4F 24
Octal 243 23 164 0 130 35 44 500 117 44
Binary 10100011 10011 1110100 0 1011000 11101 100100 101000000 1001111 100100

Color Harmonies of #A31374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31374

Black with #A31374

Text Example


Text Example

White with #A31374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31374; }

 p { color: rgb(163,19,116); }

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

background-color css

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

 a { background-color: rgb(163,19,116); }

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

border-color css

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

 span { border-color: rgb(163,19,116); }

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