Html Css Color HEX #A31778 Eggplant

📋 copy color: '#A31778'

red 163 ◦ green 23 ◦ blue 120

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

Shades of Eggplant #A31778

Tints of Eggplant #A31778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.52%

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

R = 53.27%
G = 7.52%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A31778 (or 0xA31778) is known color: Eggplant. HEX triplet: A3, 17 and 78. RGB value is (163,23,120). Sum of RGB (Red+Green+Blue) = 163+23+120=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A31778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31778 is #5CE887. Grayscale: #4B4B4B. Windows color (decimal): -6088840 or 7870371. OLE color: 7870371.

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

Color convert

RGB 163 23 120 -
CMYK 0 0.86 0.26 0.36
HSL 318.43º 0.75% 0.36% -
HSV(B) 318.43º 0.86% 0.64% -
XYZ 18.8 9.76 18.66 -
YUV 75.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 163 23 120 0 0.86 0.26 0.36 318.43 0.75 0.36
Hex A3 17 78 0 56 1A 24 13E 4B 24
Octal 243 27 170 0 126 32 44 476 113 44
Binary 10100011 10111 1111000 0 1010110 11010 100100 100111110 1001011 100100

Color Harmonies of #A31778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31778

Black with #A31778

Text Example


Text Example

White with #A31778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31778; }

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

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

background-color css

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

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

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

border-color css

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

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

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