Html Css Color HEX #A41376 Eggplant

📋 copy color: '#A41376'

red 164 ◦ green 19 ◦ blue 118

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

Shades of Eggplant #A41376

Tints of Eggplant #A41376

RGB

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

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

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

R = 54.49%
G = 6.31%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A41376 (or 0xA41376) is known color: Eggplant. HEX triplet: A4, 13 and 76. RGB value is (164,19,118). Sum of RGB (Red+Green+Blue) = 164+19+118=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A41376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41376 is #5BEC89. Grayscale: #494949. Windows color (decimal): -6024330 or 7738276. OLE color: 7738276.

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

Color convert

RGB 164 19 118 -
CMYK 0 0.88 0.28 0.36
HSL 319.03º 0.79% 0.36% -
HSV(B) 319.03º 0.88% 0.64% -
XYZ 18.81 9.67 18.01 -
YUV 73.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 164 19 118 0 0.88 0.28 0.36 319.03 0.79 0.36
Hex A4 13 76 0 58 1C 24 13F 4F 24
Octal 244 23 166 0 130 34 44 477 117 44
Binary 10100100 10011 1110110 0 1011000 11100 100100 100111111 1001111 100100

Color Harmonies of #A41376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41376

Black with #A41376

Text Example


Text Example

White with #A41376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41376; }

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

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

background-color css

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

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

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

border-color css

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

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

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