Html Css Color HEX #A80678 Eggplant

📋 copy color: '#A80678'

red 168 ◦ green 6 ◦ blue 120

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

Shades of Eggplant #A80678

Tints of Eggplant #A80678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.82%

R = 57.14%
G = 2.04%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A80678 (or 0xA80678) is known color: Eggplant. HEX triplet: A8, 06 and 78. RGB value is (168,6,120). Sum of RGB (Red+Green+Blue) = 168+6+120=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A80678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80678 is #57F987. Grayscale: #434343. Windows color (decimal): -5765512 or 7866024. OLE color: 7866024.

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

Color convert

RGB 168 6 120 -
CMYK 0 0.96 0.29 0.34
HSL 317.78º 0.93% 0.34% -
HSV(B) 317.78º 0.96% 0.66% -
XYZ 19.6 9.81 18.63 -
YUV 67.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 168 6 120 0 0.96 0.29 0.34 317.78 0.93 0.34
Hex A8 6 78 0 60 1D 22 13E 5D 22
Octal 250 6 170 0 140 35 42 476 135 42
Binary 10101000 110 1111000 0 1100000 11101 100010 100111110 1011101 100010

Color Harmonies of #A80678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80678

Black with #A80678

Text Example


Text Example

White with #A80678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80678; }

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

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

background-color css

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

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

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

border-color css

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

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

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