Html Css Color HEX #A31072 Eggplant

📋 copy color: '#A31072'

red 163 ◦ green 16 ◦ blue 114

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

Shades of Eggplant #A31072

Tints of Eggplant #A31072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 55.63%
G = 5.46%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A31072 (or 0xA31072) is known color: Eggplant. HEX triplet: A3, 10 and 72. RGB value is (163,16,114). Sum of RGB (Red+Green+Blue) = 163+16+114=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A31072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31072 is #5CEF8D. Grayscale: #464646. Windows color (decimal): -6090638 or 7475363. OLE color: 7475363.

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

Color convert

RGB 163 16 114 -
CMYK 0 0.90 0.30 0.36
HSL 320º 0.82% 0.35% -
HSV(B) 320º 0.9% 0.64% -
XYZ 18.33 9.37 16.76 -
YUV 71.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 163 16 114 0 0.90 0.30 0.36 320 0.82 0.35
Hex A3 10 72 0 5A 1E 24 140 52 23
Octal 243 20 162 0 132 36 44 500 122 43
Binary 10100011 10000 1110010 0 1011010 11110 100100 101000000 1010010 100011

Color Harmonies of #A31072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31072

Black with #A31072

Text Example


Text Example

White with #A31072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31072; }

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

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

background-color css

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

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

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

border-color css

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

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

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