Html Css Color HEX #AD0374 Eggplant

📋 copy color: '#AD0374'

red 173 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #AD0374

Tints of Eggplant #AD0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 59.25%
G = 1.03%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD0374 (or 0xAD0374) is known color: Eggplant. HEX triplet: AD, 03 and 74. RGB value is (173,3,116). Sum of RGB (Red+Green+Blue) = 173+3+116=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0374 is #52FC8B. Grayscale: #424242. Windows color (decimal): -5438604 or 7603117. OLE color: 7603117.

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

Color convert

RGB 173 3 116 -
CMYK 0 0.98 0.33 0.32
HSL 320.12º 0.97% 0.35% -
HSV(B) 320.12º 0.98% 0.68% -
XYZ 20.42 10.21 17.42 -
YUV 66.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 173 3 116 0 0.98 0.33 0.32 320.12 0.97 0.35
Hex AD 3 74 0 62 21 20 140 61 23
Octal 255 3 164 0 142 41 40 500 141 43
Binary 10101101 11 1110100 0 1100010 100001 100000 101000000 1100001 100011

Color Harmonies of #AD0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0374

Black with #AD0374

Text Example


Text Example

White with #AD0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0374; }

 p { color: rgb(173,3,116); }

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

background-color css

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

 a { background-color: rgb(173,3,116); }

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

border-color css

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

 span { border-color: rgb(173,3,116); }

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