Html Css Color HEX #A6137D Eggplant

📋 copy color: '#A6137D'

red 166 ◦ green 19 ◦ blue 125

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

Shades of Eggplant #A6137D

Tints of Eggplant #A6137D

RGB

 RED value IS 166 (65.23% from 255) = 53.55%

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 53.55%
G = 6.13%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6137D (or 0xA6137D) is known color: Eggplant. HEX triplet: A6, 13 and 7D. RGB value is (166,19,125). Sum of RGB (Red+Green+Blue) = 166+19+125=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6137D is #59EC82. Grayscale: #4A4A4A. Windows color (decimal): -5893251 or 8197030. OLE color: 8197030.

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

Color convert

RGB 166 19 125 -
CMYK 0 0.89 0.25 0.35
HSL 316.73º 0.79% 0.36% -
HSV(B) 316.73º 0.89% 0.65% -
XYZ 19.66 10.05 20.31 -
YUV 75.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 166 19 125 0 0.89 0.25 0.35 316.73 0.79 0.36
Hex A6 13 7D 0 59 19 23 13D 4F 24
Octal 246 23 175 0 131 31 43 475 117 44
Binary 10100110 10011 1111101 0 1011001 11001 100011 100111101 1001111 100100

Color Harmonies of #A6137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6137D

Black with #A6137D

Text Example


Text Example

White with #A6137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6137D; }

 p { color: rgb(166,19,125); }

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

background-color css

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

 a { background-color: rgb(166,19,125); }

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

border-color css

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

 span { border-color: rgb(166,19,125); }

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