Html Css Color HEX #A80671 Eggplant

📋 copy color: '#A80671'

red 168 ◦ green 6 ◦ blue 113

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

Shades of Eggplant #A80671

Tints of Eggplant #A80671

RGB

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

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

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

R = 58.54%
G = 2.09%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A80671 (or 0xA80671) is known color: Eggplant. HEX triplet: A8, 06 and 71. RGB value is (168,6,113). Sum of RGB (Red+Green+Blue) = 168+6+113=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A80671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80671 is #57F98E. Grayscale: #424242. Windows color (decimal): -5765519 or 7407272. OLE color: 7407272.

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

Color convert

RGB 168 6 113 -
CMYK 0 0.96 0.33 0.34
HSL 320.37º 0.93% 0.34% -
HSV(B) 320.37º 0.96% 0.66% -
XYZ 19.19 9.65 16.47 -
YUV 66.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 168 6 113 0 0.96 0.33 0.34 320.37 0.93 0.34
Hex A8 6 71 0 60 21 22 140 5D 22
Octal 250 6 161 0 140 41 42 500 135 42
Binary 10101000 110 1110001 0 1100000 100001 100010 101000000 1011101 100010

Color Harmonies of #A80671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80671

Black with #A80671

Text Example


Text Example

White with #A80671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80671; }

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

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

background-color css

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

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

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

border-color css

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

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

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