Html Css Color HEX #A8137C Eggplant

📋 copy color: '#A8137C'

red 168 ◦ green 19 ◦ blue 124

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

Shades of Eggplant #A8137C

Tints of Eggplant #A8137C

RGB

 RED value IS 168 (66.02% from 255) = 54.02%

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

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

R = 54.02%
G = 6.11%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8137C (or 0xA8137C) is known color: Eggplant. HEX triplet: A8, 13 and 7C. RGB value is (168,19,124). Sum of RGB (Red+Green+Blue) = 168+19+124=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8137C is #57EC83. Grayscale: #4B4B4B. Windows color (decimal): -5762180 or 8131496. OLE color: 8131496.

HSL color Cylindrical-coordinate representation of color #A8137C: hue angle of 317.72º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8137C is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 124 -
CMYK 0 0.89 0.26 0.34
HSL 317.72º 0.8% 0.37% -
HSV(B) 317.72º 0.89% 0.66% -
XYZ 20.02 10.25 19.99 -
YUV 75.52 155.36 193.96 -
System Red Green Blue C M Y K H S L
Decimal 168 19 124 0 0.89 0.26 0.34 317.72 0.8 0.37
Hex A8 13 7C 0 59 1A 22 13E 50 25
Octal 250 23 174 0 131 32 42 476 120 45
Binary 10101000 10011 1111100 0 1011001 11010 100010 100111110 1010000 100101

Color Harmonies of #A8137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8137C

Black with #A8137C

Text Example


Text Example

White with #A8137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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