Html Css Color HEX #A7076F Eggplant

📋 copy color: '#A7076F'

red 167 ◦ green 7 ◦ blue 111

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

Shades of Eggplant #A7076F

Tints of Eggplant #A7076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 58.6%
G = 2.46%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7076F (or 0xA7076F) is known color: Eggplant. HEX triplet: A7, 07 and 6F. RGB value is (167,7,111). Sum of RGB (Red+Green+Blue) = 167+7+111=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A7076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7076F is #58F890. Grayscale: #424242. Windows color (decimal): -5830801 or 7276455. OLE color: 7276455.

HSL color Cylindrical-coordinate representation of color #A7076F: hue angle of 321º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7076F is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 7 111 -
CMYK 0 0.96 0.34 0.35
HSL 321º 0.92% 0.34% -
HSV(B) 321º 0.96% 0.65% -
XYZ 18.88 9.52 15.88 -
YUV 66.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 167 7 111 0 0.96 0.34 0.35 321 0.92 0.34
Hex A7 7 6F 0 60 22 23 141 5C 22
Octal 247 7 157 0 140 42 43 501 134 42
Binary 10100111 111 1101111 0 1100000 100010 100011 101000001 1011100 100010

Color Harmonies of #A7076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7076F

Black with #A7076F

Text Example


Text Example

White with #A7076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7076F; }

 p { color: rgb(167,7,111); }

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

background-color css

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

 a { background-color: rgb(167,7,111); }

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

border-color css

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

 span { border-color: rgb(167,7,111); }

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