Html Css Color HEX #A31378 Eggplant

📋 copy color: '#A31378'

red 163 ◦ green 19 ◦ blue 120

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

Shades of Eggplant #A31378

Tints of Eggplant #A31378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 53.97%
G = 6.29%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A31378 (or 0xA31378) is known color: Eggplant. HEX triplet: A3, 13 and 78. RGB value is (163,19,120). Sum of RGB (Red+Green+Blue) = 163+19+120=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A31378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31378 is #5CEC87. Grayscale: #494949. Windows color (decimal): -6089864 or 7869347. OLE color: 7869347.

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

Color convert

RGB 163 19 120 -
CMYK 0 0.88 0.26 0.36
HSL 317.92º 0.79% 0.36% -
HSV(B) 317.92º 0.88% 0.64% -
XYZ 18.73 9.61 18.64 -
YUV 73.57 154.21 191.79 -
System Red Green Blue C M Y K H S L
Decimal 163 19 120 0 0.88 0.26 0.36 317.92 0.79 0.36
Hex A3 13 78 0 58 1A 24 13E 4F 24
Octal 243 23 170 0 130 32 44 476 117 44
Binary 10100011 10011 1111000 0 1011000 11010 100100 100111110 1001111 100100

Color Harmonies of #A31378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31378

Black with #A31378

Text Example


Text Example

White with #A31378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31378; }

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

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

background-color css

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

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

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

border-color css

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

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

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