Html Css Color HEX #A31273 Eggplant

📋 copy color: '#A31273'

red 163 ◦ green 18 ◦ blue 115

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

Shades of Eggplant #A31273

Tints of Eggplant #A31273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 55.07%
G = 6.08%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A31273 (or 0xA31273) is known color: Eggplant. HEX triplet: A3, 12 and 73. RGB value is (163,18,115). Sum of RGB (Red+Green+Blue) = 163+18+115=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A31273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31273 is #5CED8C. Grayscale: #484848. Windows color (decimal): -6090125 or 7541411. OLE color: 7541411.

HSL color Cylindrical-coordinate representation of color #A31273: hue angle of 319.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31273 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 18 115 -
CMYK 0 0.89 0.29 0.36
HSL 319.86º 0.8% 0.35% -
HSV(B) 319.86º 0.89% 0.64% -
XYZ 18.42 9.46 17.07 -
YUV 72.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 163 18 115 0 0.89 0.29 0.36 319.86 0.8 0.35
Hex A3 12 73 0 59 1D 24 140 50 23
Octal 243 22 163 0 131 35 44 500 120 43
Binary 10100011 10010 1110011 0 1011001 11101 100100 101000000 1010000 100011

Color Harmonies of #A31273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31273

Black with #A31273

Text Example


Text Example

White with #A31273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31273; }

 p { color: rgb(163,18,115); }

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

background-color css

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

 a { background-color: rgb(163,18,115); }

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

border-color css

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

 span { border-color: rgb(163,18,115); }

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