Html Css Color HEX #A80783 Eggplant

📋 copy color: '#A80783'

red 168 ◦ green 7 ◦ blue 131

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

Shades of Eggplant #A80783

Tints of Eggplant #A80783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 131 (51.56% from 255) = 42.81%

R = 54.9%
G = 2.29%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A80783 (or 0xA80783) is known color: Eggplant. HEX triplet: A8, 07 and 83. RGB value is (168,7,131). Sum of RGB (Red+Green+Blue) = 168+7+131=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A80783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80783 is #57F87C. Grayscale: #444444. Windows color (decimal): -5765245 or 8587176. OLE color: 8587176.

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

Color convert

RGB 168 7 131 -
CMYK 0 0.96 0.22 0.34
HSL 313.79º 0.92% 0.34% -
HSV(B) 313.79º 0.96% 0.66% -
XYZ 20.32 10.12 22.35 -
YUV 69.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 168 7 131 0 0.96 0.22 0.34 313.79 0.92 0.34
Hex A8 7 83 0 60 16 22 13A 5C 22
Octal 250 7 203 0 140 26 42 472 134 42
Binary 10101000 111 10000011 0 1100000 10110 100010 100111010 1011100 100010

Color Harmonies of #A80783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80783

Black with #A80783

Text Example


Text Example

White with #A80783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80783; }

 p { color: rgb(168,7,131); }

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

background-color css

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

 a { background-color: rgb(168,7,131); }

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

border-color css

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

 span { border-color: rgb(168,7,131); }

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