Html Css Color HEX #A6137F Eggplant

📋 copy color: '#A6137F'

red 166 ◦ green 19 ◦ blue 127

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

Shades of Eggplant #A6137F

Tints of Eggplant #A6137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 53.21%
G = 6.09%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6137F (or 0xA6137F) is known color: Eggplant. HEX triplet: A6, 13 and 7F. RGB value is (166,19,127). Sum of RGB (Red+Green+Blue) = 166+19+127=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6137F is #59EC80. Grayscale: #4A4A4A. Windows color (decimal): -5893249 or 8328102. OLE color: 8328102.

HSL color Cylindrical-coordinate representation of color #A6137F: hue angle of 315.92º 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 #A6137F is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 127 -
CMYK 0 0.89 0.23 0.35
HSL 315.92º 0.79% 0.36% -
HSV(B) 315.92º 0.89% 0.65% -
XYZ 19.79 10.11 20.99 -
YUV 75.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 166 19 127 0 0.89 0.23 0.35 315.92 0.79 0.36
Hex A6 13 7F 0 59 17 23 13C 4F 24
Octal 246 23 177 0 131 27 43 474 117 44
Binary 10100110 10011 1111111 0 1011001 10111 100011 100111100 1001111 100100

Color Harmonies of #A6137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6137F

Black with #A6137F

Text Example


Text Example

White with #A6137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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