Html Css Color HEX #AD087A Eggplant

📋 copy color: '#AD087A'

red 173 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #AD087A

Tints of Eggplant #AD087A

RGB

 RED value IS 173 (67.97% from 255) = 57.1%

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 57.1%
G = 2.64%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD087A (or 0xAD087A) is known color: 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

RGB 173 8 122 -
CMYK 0 0.95 0.29 0.32
HSL 318.55º 0.91% 0.35% -
HSV(B) 318.55º 0.95% 0.68% -
XYZ 20.83 10.46 19.33 -
YUV 70.33 157.16 201.23 -
System Red Green Blue C M Y K H S L
Decimal 173 8 122 0 0.95 0.29 0.32 318.55 0.91 0.35
Hex AD 8 7A 0 5F 1D 20 13F 5B 23
Octal 255 10 172 0 137 35 40 477 133 43
Binary 10101101 1000 1111010 0 1011111 11101 100000 100111111 1011011 100011

Color Harmonies of #AD087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD087A

Black with #AD087A

Text Example


Text Example

White with #AD087A

Text Example


Text Example

HTML Codes & Css Web 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>