Html Css Color HEX #A31071 Eggplant

📋 copy color: '#A31071'

red 163 ◦ green 16 ◦ blue 113

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

Shades of Eggplant #A31071

Tints of Eggplant #A31071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 55.82%
G = 5.48%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A31071 (or 0xA31071) is known color: Eggplant. HEX triplet: A3, 10 and 71. RGB value is (163,16,113). Sum of RGB (Red+Green+Blue) = 163+16+113=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A31071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31071 is #5CEF8E. Grayscale: #464646. Windows color (decimal): -6090639 or 7409827. OLE color: 7409827.

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

Color convert

RGB 163 16 113 -
CMYK 0 0.90 0.31 0.36
HSL 320.41º 0.82% 0.35% -
HSV(B) 320.41º 0.9% 0.64% -
XYZ 18.27 9.35 16.46 -
YUV 71.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 163 16 113 0 0.90 0.31 0.36 320.41 0.82 0.35
Hex A3 10 71 0 5A 1F 24 140 52 23
Octal 243 20 161 0 132 37 44 500 122 43
Binary 10100011 10000 1110001 0 1011010 11111 100100 101000000 1010010 100011

Color Harmonies of #A31071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31071

Black with #A31071

Text Example


Text Example

White with #A31071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31071; }

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

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

background-color css

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

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

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

border-color css

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

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

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