#AD087A

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

Shades of Eggplant #AD087A

Tints of Eggplant #AD087A

Color information

#AD087A (or 0xAD087A) is unknown color: approx Eggplant. HEX triplet: AD, 08 and 7A. RGB value is (173,8,122). Sum of RGB (Red+Green+Blue) = 173+8+122=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD087A is #52F785. Grayscale: #464646. Windows color (decimal): -5437318 or 7997613. OLE color: 7997613.

HSL color Cylindrical-coordinate representation of color #AD087A: hue angle of 318.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD087A is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB1738122-
CMYK00.950.290.32
HSL318.55º91.16%35.49%-
HSV(B)318.55º95.38%67.84%-
XYZ20.8310.4619.33-
YUV70.33157.16201.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.10%
GREEN value IS 8 (3.52% from 255) = 2.64%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=57.10%
G=2.64%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173812200.950.290.32318.5591.1635.49
HexAD87A05F1D2013f5b23
Octal255101720137354047713343
Binary101011011000111101001011111111011000001001111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD087A; }

 p { color: rgb(173,8,122); }

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

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

 a { background-color: rgb(173,8,122); }

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

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

 span { border-color: rgb(173,8,122); }

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