Html Css Color HEX #AD0976 Eggplant

📋 copy color: '#AD0976'

red 173 ◦ green 9 ◦ blue 118

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

Shades of Eggplant #AD0976

Tints of Eggplant #AD0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 57.67%
G = 3%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD0976 (or 0xAD0976) is known color: Eggplant. HEX triplet: AD, 09 and 76. RGB value is (173,9,118). Sum of RGB (Red+Green+Blue) = 173+9+118=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0976 is #52F689. Grayscale: #464646. Windows color (decimal): -5437066 or 7735725. OLE color: 7735725.

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

Color convert

RGB 173 9 118 -
CMYK 0 0.95 0.32 0.32
HSL 320.12º 0.9% 0.36% -
HSV(B) 320.12º 0.95% 0.68% -
XYZ 20.6 10.39 18.06 -
YUV 70.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 173 9 118 0 0.95 0.32 0.32 320.12 0.9 0.36
Hex AD 9 76 0 5F 20 20 140 5A 24
Octal 255 11 166 0 137 40 40 500 132 44
Binary 10101101 1001 1110110 0 1011111 100000 100000 101000000 1011010 100100

Color Harmonies of #AD0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0976

Black with #AD0976

Text Example


Text Example

White with #AD0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0976; }

 p { color: rgb(173,9,118); }

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

background-color css

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

 a { background-color: rgb(173,9,118); }

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

border-color css

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

 span { border-color: rgb(173,9,118); }

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