Html Css Color HEX #A70C77 Eggplant

📋 copy color: '#A70C77'

red 167 ◦ green 12 ◦ blue 119

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

Shades of Eggplant #A70C77

Tints of Eggplant #A70C77

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.03%

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 56.04%
G = 4.03%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A70C77 (or 0xA70C77) is known color: Eggplant. HEX triplet: A7, 0C and 77. RGB value is (167,12,119). Sum of RGB (Red+Green+Blue) = 167+12+119=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70C77 is #58F388. Grayscale: #464646. Windows color (decimal): -5829513 or 7802023. OLE color: 7802023.

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

Color convert

RGB 167 12 119 -
CMYK 0 0.93 0.29 0.35
HSL 318.58º 0.87% 0.35% -
HSV(B) 318.58º 0.93% 0.65% -
XYZ 19.4 9.81 18.32 -
YUV 70.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 167 12 119 0 0.93 0.29 0.35 318.58 0.87 0.35
Hex A7 C 77 0 5D 1D 23 13F 57 23
Octal 247 14 167 0 135 35 43 477 127 43
Binary 10100111 1100 1110111 0 1011101 11101 100011 100111111 1010111 100011

Color Harmonies of #A70C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C77

Black with #A70C77

Text Example


Text Example

White with #A70C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C77; }

 p { color: rgb(167,12,119); }

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

background-color css

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

 a { background-color: rgb(167,12,119); }

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

border-color css

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

 span { border-color: rgb(167,12,119); }

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