#A3086E

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

Shades of Eggplant #A3086E

Tints of Eggplant #A3086E

Color information

#A3086E (or 0xA3086E) is unknown color: approx Eggplant. HEX triplet: A3, 08 and 6E. RGB value is (163,8,110). Sum of RGB (Red+Green+Blue) = 163+8+110=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A3086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3086E is #5CF791. Grayscale: #414141. Windows color (decimal): -6092690 or 7211171. OLE color: 7211171.

HSL color Cylindrical-coordinate representation of color #A3086E: hue angle of 320.52º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3086E is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB1638110-
CMYK00.950.330.36
HSL320.52º90.64%33.53%-
HSV(B)320.52º95.09%63.92%-
XYZ18.019.0915.56-
YUV65.97152.85197.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 8 (3.52% from 255) = 2.85%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=58.01%
G=2.85%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163811000.950.330.36320.5290.6433.53
HexA386E05F21241415b22
Octal243101560137414450113342
Binary1010001110001101110010111111000011001001010000011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3086E; }

 p { color: rgb(163,8,110); }

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

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

 a { background-color: rgb(163,8,110); }

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

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

 span { border-color: rgb(163,8,110); }

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