Html Css Color HEX #A71076 Eggplant

📋 copy color: '#A71076'

red 167 ◦ green 16 ◦ blue 118

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

Shades of Eggplant #A71076

Tints of Eggplant #A71076

RGB

 RED value IS 167 (65.63% from 255) = 55.48%

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 55.48%
G = 5.32%
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

#A71076 (or 0xA71076) is known color: Eggplant. HEX triplet: A7, 10 and 76. RGB value is (167,16,118). Sum of RGB (Red+Green+Blue) = 167+16+118=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A71076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71076 is #58EF89. Grayscale: #484848. Windows color (decimal): -5828490 or 7737511. OLE color: 7737511.

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

Color convert

RGB 167 16 118 -
CMYK 0 0.90 0.29 0.35
HSL 319.47º 0.83% 0.36% -
HSV(B) 319.47º 0.9% 0.65% -
XYZ 19.39 9.89 18.03 -
YUV 72.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 167 16 118 0 0.90 0.29 0.35 319.47 0.83 0.36
Hex A7 10 76 0 5A 1D 23 13F 53 24
Octal 247 20 166 0 132 35 43 477 123 44
Binary 10100111 10000 1110110 0 1011010 11101 100011 100111111 1010011 100100

Color Harmonies of #A71076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71076

Black with #A71076

Text Example


Text Example

White with #A71076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71076; }

 p { color: rgb(167,16,118); }

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

background-color css

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

 a { background-color: rgb(167,16,118); }

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

border-color css

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

 span { border-color: rgb(167,16,118); }

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