Html Css Color HEX #A80380 Eggplant

📋 copy color: '#A80380'

red 168 ◦ green 3 ◦ blue 128

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

Shades of Eggplant #A80380

Tints of Eggplant #A80380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 56.19%
G = 1%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A80380 (or 0xA80380) is known color: Eggplant. HEX triplet: A8, 03 and 80. RGB value is (168,3,128). Sum of RGB (Red+Green+Blue) = 168+3+128=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A80380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80380 is #57FC7F. Grayscale: #424242. Windows color (decimal): -5766272 or 8389544. OLE color: 8389544.

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

Color convert

RGB 168 3 128 -
CMYK 0 0.98 0.24 0.34
HSL 314.55º 0.96% 0.34% -
HSV(B) 314.55º 0.98% 0.66% -
XYZ 20.08 9.95 21.28 -
YUV 66.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 168 3 128 0 0.98 0.24 0.34 314.55 0.96 0.34
Hex A8 3 80 0 62 18 22 13B 60 22
Octal 250 3 200 0 142 30 42 473 140 42
Binary 10101000 11 10000000 0 1100010 11000 100010 100111011 1100000 100010

Color Harmonies of #A80380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80380

Black with #A80380

Text Example


Text Example

White with #A80380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80380; }

 p { color: rgb(168,3,128); }

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

background-color css

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

 a { background-color: rgb(168,3,128); }

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

border-color css

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

 span { border-color: rgb(168,3,128); }

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