Html Css Color HEX #AD007C Eggplant

📋 copy color: '#AD007C'

red 173 ◦ green 0 ◦ blue 124

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

Shades of Eggplant #AD007C

Tints of Eggplant #AD007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 58.25%
G = 0%
B = 41.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD007C (or 0xAD007C) is known color: Eggplant. HEX triplet: AD, 00 and 7C. RGB value is (173,0,124). Sum of RGB (Red+Green+Blue) = 173+0+124=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD007C is #52FF83. Grayscale: #414141. Windows color (decimal): -5439364 or 8126637. OLE color: 8126637.

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

Color convert

RGB 173 0 124 -
CMYK 0 1 0.28 0.32
HSL 316.99º 1% 0.34% -
HSV(B) 316.99º 1% 0.68% -
XYZ 20.87 10.34 19.96 -
YUV 65.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 173 0 124 0 1 0.28 0.32 316.99 1 0.34
Hex AD 0 7C 0 64 1C 20 13D 64 22
Octal 255 0 174 0 144 34 40 475 144 42
Binary 10101101 0 1111100 0 1100100 11100 100000 100111101 1100100 100010

Color Harmonies of #AD007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD007C

Black with #AD007C

Text Example


Text Example

White with #AD007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD007C; }

 p { color: rgb(173,0,124); }

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

background-color css

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

 a { background-color: rgb(173,0,124); }

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

border-color css

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

 span { border-color: rgb(173,0,124); }

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