Html Css Color HEX #A6157D Eggplant

📋 copy color: '#A6157D'

red 166 ◦ green 21 ◦ blue 125

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

Shades of Eggplant #A6157D

Tints of Eggplant #A6157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

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

R = 53.21%
G = 6.73%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6157D (or 0xA6157D) is known color: Eggplant. HEX triplet: A6, 15 and 7D. RGB value is (166,21,125). Sum of RGB (Red+Green+Blue) = 166+21+125=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6157D is #59EA82. Grayscale: #4B4B4B. Windows color (decimal): -5892739 or 8197542. OLE color: 8197542.

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

Color convert

RGB 166 21 125 -
CMYK 0 0.87 0.25 0.35
HSL 316.97º 0.78% 0.37% -
HSV(B) 316.97º 0.87% 0.65% -
XYZ 19.7 10.12 20.32 -
YUV 76.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 166 21 125 0 0.87 0.25 0.35 316.97 0.78 0.37
Hex A6 15 7D 0 57 19 23 13D 4E 25
Octal 246 25 175 0 127 31 43 475 116 45
Binary 10100110 10101 1111101 0 1010111 11001 100011 100111101 1001110 100101

Color Harmonies of #A6157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6157D

Black with #A6157D

Text Example


Text Example

White with #A6157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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