Html Css Color HEX #A61176 Eggplant

📋 copy color: '#A61176'

red 166 ◦ green 17 ◦ blue 118

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

Shades of Eggplant #A61176

Tints of Eggplant #A61176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 55.15%
G = 5.65%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A61176 (or 0xA61176) is known color: Eggplant. HEX triplet: A6, 11 and 76. RGB value is (166,17,118). Sum of RGB (Red+Green+Blue) = 166+17+118=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A61176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61176 is #59EE89. Grayscale: #484848. Windows color (decimal): -5893770 or 7737766. OLE color: 7737766.

HSL color Cylindrical-coordinate representation of color #A61176: hue angle of 319.33º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61176 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 118 -
CMYK 0 0.90 0.29 0.35
HSL 319.33º 0.81% 0.36% -
HSV(B) 319.33º 0.9% 0.65% -
XYZ 19.2 9.82 18.02 -
YUV 73.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 166 17 118 0 0.90 0.29 0.35 319.33 0.81 0.36
Hex A6 11 76 0 5A 1D 23 13F 51 24
Octal 246 21 166 0 132 35 43 477 121 44
Binary 10100110 10001 1110110 0 1011010 11101 100011 100111111 1010001 100100

Color Harmonies of #A61176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61176

Black with #A61176

Text Example


Text Example

White with #A61176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61176; }

 p { color: rgb(166,17,118); }

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

background-color css

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

 a { background-color: rgb(166,17,118); }

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

border-color css

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

 span { border-color: rgb(166,17,118); }

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