Html Css Color HEX #AD047C Eggplant

📋 copy color: '#AD047C'

red 173 ◦ green 4 ◦ blue 124

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

Shades of Eggplant #AD047C

Tints of Eggplant #AD047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 57.48%
G = 1.33%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD047C (or 0xAD047C) is known color: Eggplant. HEX triplet: AD, 04 and 7C. RGB value is (173,4,124). Sum of RGB (Red+Green+Blue) = 173+4+124=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD047C is #52FB83. Grayscale: #434343. Windows color (decimal): -5438340 or 8127661. OLE color: 8127661.

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

Color convert

RGB 173 4 124 -
CMYK 0 0.98 0.28 0.32
HSL 317.4º 0.95% 0.35% -
HSV(B) 317.4º 0.98% 0.68% -
XYZ 20.92 10.43 19.98 -
YUV 68.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 173 4 124 0 0.98 0.28 0.32 317.4 0.95 0.35
Hex AD 4 7C 0 62 1C 20 13D 5F 23
Octal 255 4 174 0 142 34 40 475 137 43
Binary 10101101 100 1111100 0 1100010 11100 100000 100111101 1011111 100011

Color Harmonies of #AD047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD047C

Black with #AD047C

Text Example


Text Example

White with #AD047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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