Html Css Color HEX #A80071 Eggplant

📋 copy color: '#A80071'

red 168 ◦ green 0 ◦ blue 113

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

Shades of Eggplant #A80071

Tints of Eggplant #A80071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 59.79%
G = 0%
B = 40.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A80071 (or 0xA80071) is known color: Eggplant. HEX triplet: A8, 00 and 71. RGB value is (168,0,113). Sum of RGB (Red+Green+Blue) = 168+0+113=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A80071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80071 is #57FF8E. Grayscale: #3E3E3E. Windows color (decimal): -5767055 or 7405736. OLE color: 7405736.

HSL color Cylindrical-coordinate representation of color #A80071: hue angle of 319.64º 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 #A80071 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 113 -
CMYK 0 1 0.33 0.34
HSL 319.64º 1% 0.33% -
HSV(B) 319.64º 1% 0.66% -
XYZ 19.13 9.52 16.45 -
YUV 63.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 168 0 113 0 1 0.33 0.34 319.64 1 0.33
Hex A8 0 71 0 64 21 22 140 64 21
Octal 250 0 161 0 144 41 42 500 144 41
Binary 10101000 0 1110001 0 1100100 100001 100010 101000000 1100100 100001

Color Harmonies of #A80071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80071

Black with #A80071

Text Example


Text Example

White with #A80071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80071; }

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

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

background-color css

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

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

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

border-color css

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

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

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