Html Css Color HEX #A70074 Eggplant

📋 copy color: '#A70074'

red 167 ◦ green 0 ◦ blue 116

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

Shades of Eggplant #A70074

Tints of Eggplant #A70074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.01%
G = 0%
B = 40.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A70074 (or 0xA70074) is known color: Eggplant. HEX triplet: A7, 00 and 74. RGB value is (167,0,116). Sum of RGB (Red+Green+Blue) = 167+0+116=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A70074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70074 is #58FF8B. Grayscale: #3E3E3E. Windows color (decimal): -5832588 or 7602343. OLE color: 7602343.

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

Color convert

RGB 167 0 116 -
CMYK 0 1 0.31 0.35
HSL 318.32º 1% 0.33% -
HSV(B) 318.32º 1% 0.65% -
XYZ 19.09 9.48 17.35 -
YUV 63.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 167 0 116 0 1 0.31 0.35 318.32 1 0.33
Hex A7 0 74 0 64 1F 23 13E 64 21
Octal 247 0 164 0 144 37 43 476 144 41
Binary 10100111 0 1110100 0 1100100 11111 100011 100111110 1100100 100001

Color Harmonies of #A70074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70074

Black with #A70074

Text Example


Text Example

White with #A70074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70074; }

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

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

background-color css

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

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

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

border-color css

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

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

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