#A10380

Color #A10380 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #A10380

Tints of Eggplant #A10380

Color information

#A10380 (or 0xA10380) is unknown color: approx Eggplant. HEX triplet: A1, 03 and 80. RGB value is (161,3,128). Sum of RGB (Red+Green+Blue) = 161+3+128=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A10380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10380 is #5EFC7F. Grayscale: #404040. Windows color (decimal): -6225024 or 8389537. OLE color: 8389537.

HSL color Cylindrical-coordinate representation of color #A10380: hue angle of 312.53º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10380 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB1613128-
CMYK00.980.200.37
HSL312.53º96.34%32.16%-
HSV(B)312.53º98.14%63.14%-
XYZ18.639.221.22-
YUV64.49163.85196.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=55.14%
G=1.03%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161312800.980.200.37312.5396.3432.16
HexA138006214251396020
Octal24132000142244547114040
Binary10100001111000000001100010101001001011001110011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10380; }

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

 H1.HeaderClassName
 {
   color: #A10380;
 }
 .AnyTagClassName
 {
   color: #A10380;
 }
</style>
background-color css

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

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

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

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

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

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