Html Css Color HEX #A80074 Eggplant

📋 copy color: '#A80074'

red 168 ◦ green 0 ◦ blue 116

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

Shades of Eggplant #A80074

Tints of Eggplant #A80074

RGB

 RED value IS 168 (66.02% from 255) = 59.15%

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

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

R = 59.15%
G = 0%
B = 40.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A80074 (or 0xA80074) is known color: Eggplant. HEX triplet: A8, 00 and 74. RGB value is (168,0,116). Sum of RGB (Red+Green+Blue) = 168+0+116=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A80074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80074 is #57FF8B. Grayscale: #3F3F3F. Windows color (decimal): -5767052 or 7602344. OLE color: 7602344.

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

Color convert

RGB 168 0 116 -
CMYK 0 1 0.31 0.34
HSL 318.57º 1% 0.33% -
HSV(B) 318.57º 1% 0.66% -
XYZ 19.3 9.59 17.36 -
YUV 63.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 168 0 116 0 1 0.31 0.34 318.57 1 0.33
Hex A8 0 74 0 64 1F 22 13F 64 21
Octal 250 0 164 0 144 37 42 477 144 41
Binary 10101000 0 1110100 0 1100100 11111 100010 100111111 1100100 100001

Color Harmonies of #A80074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80074

Black with #A80074

Text Example


Text Example

White with #A80074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80074; }

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

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

background-color css

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

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

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

border-color css

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

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

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