Html Css Color HEX #A70674 Eggplant

📋 copy color: '#A70674'

red 167 ◦ green 6 ◦ blue 116

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

Shades of Eggplant #A70674

Tints of Eggplant #A70674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 57.79%
G = 2.08%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A70674 (or 0xA70674) is known color: Eggplant. HEX triplet: A7, 06 and 74. RGB value is (167,6,116). Sum of RGB (Red+Green+Blue) = 167+6+116=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A70674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70674 is #58F98B. Grayscale: #424242. Windows color (decimal): -5831052 or 7603879. OLE color: 7603879.

HSL color Cylindrical-coordinate representation of color #A70674: hue angle of 319.01º degrees, saturation: 0.93, 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 #A70674 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 6 116 -
CMYK 0 0.96 0.31 0.35
HSL 319.01º 0.93% 0.34% -
HSV(B) 319.01º 0.96% 0.65% -
XYZ 19.15 9.61 17.37 -
YUV 66.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 167 6 116 0 0.96 0.31 0.35 319.01 0.93 0.34
Hex A7 6 74 0 60 1F 23 13F 5D 22
Octal 247 6 164 0 140 37 43 477 135 42
Binary 10100111 110 1110100 0 1100000 11111 100011 100111111 1011101 100010

Color Harmonies of #A70674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70674

Black with #A70674

Text Example


Text Example

White with #A70674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70674; }

 p { color: rgb(167,6,116); }

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

background-color css

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

 a { background-color: rgb(167,6,116); }

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

border-color css

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

 span { border-color: rgb(167,6,116); }

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