Html Css Color HEX #A40176 Eggplant

📋 copy color: '#A40176'

red 164 ◦ green 1 ◦ blue 118

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

Shades of Eggplant #A40176

Tints of Eggplant #A40176

RGB

 RED value IS 164 (64.45% from 255) = 57.95%

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 57.95%
G = 0.35%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A40176 (or 0xA40176) is known color: Eggplant. HEX triplet: A4, 01 and 76. RGB value is (164,1,118). Sum of RGB (Red+Green+Blue) = 164+1+118=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A40176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40176 is #5BFE89. Grayscale: #3E3E3E. Windows color (decimal): -6028938 or 7733668. OLE color: 7733668.

HSL color Cylindrical-coordinate representation of color #A40176: hue angle of 316.93º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40176 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 118 -
CMYK 0 0.99 0.28 0.36
HSL 316.93º 0.99% 0.32% -
HSV(B) 316.93º 0.99% 0.64% -
XYZ 18.59 9.22 17.94 -
YUV 63.08 159 199.99 -
System Red Green Blue C M Y K H S L
Decimal 164 1 118 0 0.99 0.28 0.36 316.93 0.99 0.32
Hex A4 1 76 0 63 1C 24 13D 63 20
Octal 244 1 166 0 143 34 44 475 143 40
Binary 10100100 1 1110110 0 1100011 11100 100100 100111101 1100011 100000

Color Harmonies of #A40176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40176

Black with #A40176

Text Example


Text Example

White with #A40176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40176; }

 p { color: rgb(164,1,118); }

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

background-color css

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

 a { background-color: rgb(164,1,118); }

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

border-color css

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

 span { border-color: rgb(164,1,118); }

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