Html Css Color HEX #AD0375 Eggplant

📋 copy color: '#AD0375'

red 173 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #AD0375

Tints of Eggplant #AD0375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 59.04%
G = 1.02%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD0375 (or 0xAD0375) is known color: Eggplant. HEX triplet: AD, 03 and 75. RGB value is (173,3,117). Sum of RGB (Red+Green+Blue) = 173+3+117=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0375 is #52FC8A. Grayscale: #424242. Windows color (decimal): -5438603 or 7668653. OLE color: 7668653.

HSL color Cylindrical-coordinate representation of color #AD0375: hue angle of 319.76º 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 #AD0375 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 117 -
CMYK 0 0.98 0.32 0.32
HSL 319.76º 0.97% 0.35% -
HSV(B) 319.76º 0.98% 0.68% -
XYZ 20.48 10.23 17.73 -
YUV 66.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 173 3 117 0 0.98 0.32 0.32 319.76 0.97 0.35
Hex AD 3 75 0 62 20 20 140 61 23
Octal 255 3 165 0 142 40 40 500 141 43
Binary 10101101 11 1110101 0 1100010 100000 100000 101000000 1100001 100011

Color Harmonies of #AD0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0375

Black with #AD0375

Text Example


Text Example

White with #AD0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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