Html Css Color HEX #A51176 Eggplant

📋 copy color: '#A51176'

red 165 ◦ green 17 ◦ blue 118

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

Shades of Eggplant #A51176

Tints of Eggplant #A51176

RGB

 RED value IS 165 (64.84% from 255) = 55%

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

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

R = 55%
G = 5.67%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A51176 (or 0xA51176) is known color: Eggplant. HEX triplet: A5, 11 and 76. RGB value is (165,17,118). Sum of RGB (Red+Green+Blue) = 165+17+118=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A51176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51176 is #5AEE89. Grayscale: #484848. Windows color (decimal): -5959306 or 7737765. OLE color: 7737765.

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

Color convert

RGB 165 17 118 -
CMYK 0 0.90 0.28 0.35
HSL 319.05º 0.81% 0.36% -
HSV(B) 319.05º 0.9% 0.65% -
XYZ 18.99 9.71 18.01 -
YUV 72.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 165 17 118 0 0.90 0.28 0.35 319.05 0.81 0.36
Hex A5 11 76 0 5A 1C 23 13F 51 24
Octal 245 21 166 0 132 34 43 477 121 44
Binary 10100101 10001 1110110 0 1011010 11100 100011 100111111 1010001 100100

Color Harmonies of #A51176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51176

Black with #A51176

Text Example


Text Example

White with #A51176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51176; }

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

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

background-color css

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

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

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

border-color css

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

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

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