Html Css Color HEX #AD047F Eggplant

📋 copy color: '#AD047F'

red 173 ◦ green 4 ◦ blue 127

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

Shades of Eggplant #AD047F

Tints of Eggplant #AD047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.78%

R = 56.91%
G = 1.32%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD047F (or 0xAD047F) is known color: Eggplant. HEX triplet: AD, 04 and 7F. RGB value is (173,4,127). Sum of RGB (Red+Green+Blue) = 173+4+127=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD047F is #52FB80. Grayscale: #444444. Windows color (decimal): -5438337 or 8324269. OLE color: 8324269.

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

Color convert

RGB 173 4 127 -
CMYK 0 0.98 0.27 0.32
HSL 316.33º 0.95% 0.35% -
HSV(B) 316.33º 0.98% 0.68% -
XYZ 21.11 10.5 20.99 -
YUV 68.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 173 4 127 0 0.98 0.27 0.32 316.33 0.95 0.35
Hex AD 4 7F 0 62 1B 20 13C 5F 23
Octal 255 4 177 0 142 33 40 474 137 43
Binary 10101101 100 1111111 0 1100010 11011 100000 100111100 1011111 100011

Color Harmonies of #AD047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD047F

Black with #AD047F

Text Example


Text Example

White with #AD047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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