Html Css Color HEX #AD047D Eggplant

📋 copy color: '#AD047D'

red 173 ◦ green 4 ◦ blue 125

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

Shades of Eggplant #AD047D

Tints of Eggplant #AD047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 57.28%
G = 1.32%
B = 41.39%

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

#AD047D (or 0xAD047D) is known color: Eggplant. HEX triplet: AD, 04 and 7D. RGB value is (173,4,125). Sum of RGB (Red+Green+Blue) = 173+4+125=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD047D is #52FB82. Grayscale: #444444. Windows color (decimal): -5438339 or 8193197. OLE color: 8193197.

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

Color convert

RGB 173 4 125 -
CMYK 0 0.98 0.28 0.32
HSL 317.04º 0.95% 0.35% -
HSV(B) 317.04º 0.98% 0.68% -
XYZ 20.98 10.45 20.31 -
YUV 68.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 173 4 125 0 0.98 0.28 0.32 317.04 0.95 0.35
Hex AD 4 7D 0 62 1C 20 13D 5F 23
Octal 255 4 175 0 142 34 40 475 137 43
Binary 10101101 100 1111101 0 1100010 11100 100000 100111101 1011111 100011

Color Harmonies of #AD047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD047D

Black with #AD047D

Text Example


Text Example

White with #AD047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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