Html Css Color HEX #A3137C Eggplant

📋 copy color: '#A3137C'

red 163 ◦ green 19 ◦ blue 124

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

Shades of Eggplant #A3137C

Tints of Eggplant #A3137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 53.27%
G = 6.21%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3137C (or 0xA3137C) is known color: Eggplant. HEX triplet: A3, 13 and 7C. RGB value is (163,19,124). Sum of RGB (Red+Green+Blue) = 163+19+124=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3137C is #5CEC83. Grayscale: #494949. Windows color (decimal): -6089860 or 8131491. OLE color: 8131491.

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

Color convert

RGB 163 19 124 -
CMYK 0 0.88 0.24 0.36
HSL 316.25º 0.79% 0.36% -
HSV(B) 316.25º 0.88% 0.64% -
XYZ 18.98 9.71 19.94 -
YUV 74.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 163 19 124 0 0.88 0.24 0.36 316.25 0.79 0.36
Hex A3 13 7C 0 58 18 24 13C 4F 24
Octal 243 23 174 0 130 30 44 474 117 44
Binary 10100011 10011 1111100 0 1011000 11000 100100 100111100 1001111 100100

Color Harmonies of #A3137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3137C

Black with #A3137C

Text Example


Text Example

White with #A3137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3137C; }

 p { color: rgb(163,19,124); }

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

background-color css

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

 a { background-color: rgb(163,19,124); }

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

border-color css

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

 span { border-color: rgb(163,19,124); }

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