Html Css Color HEX #A31076 Eggplant

📋 copy color: '#A31076'

red 163 ◦ green 16 ◦ blue 118

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

Shades of Eggplant #A31076

Tints of Eggplant #A31076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 54.88%
G = 5.39%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A31076 (or 0xA31076) is known color: Eggplant. HEX triplet: A3, 10 and 76. RGB value is (163,16,118). Sum of RGB (Red+Green+Blue) = 163+16+118=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A31076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31076 is #5CEF89. Grayscale: #474747. Windows color (decimal): -6090634 or 7737507. OLE color: 7737507.

HSL color Cylindrical-coordinate representation of color #A31076: hue angle of 318.37º degrees, saturation: 0.82, 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 #A31076 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 118 -
CMYK 0 0.90 0.28 0.36
HSL 318.37º 0.82% 0.35% -
HSV(B) 318.37º 0.9% 0.64% -
XYZ 18.56 9.47 17.99 -
YUV 71.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 163 16 118 0 0.90 0.28 0.36 318.37 0.82 0.35
Hex A3 10 76 0 5A 1C 24 13E 52 23
Octal 243 20 166 0 132 34 44 476 122 43
Binary 10100011 10000 1110110 0 1011010 11100 100100 100111110 1010010 100011

Color Harmonies of #A31076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31076

Black with #A31076

Text Example


Text Example

White with #A31076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31076; }

 p { color: rgb(163,16,118); }

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

background-color css

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

 a { background-color: rgb(163,16,118); }

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

border-color css

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

 span { border-color: rgb(163,16,118); }

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