Html Css Color HEX #AD047A Eggplant

📋 copy color: '#AD047A'

red 173 ◦ green 4 ◦ blue 122

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

Shades of Eggplant #AD047A

Tints of Eggplant #AD047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 57.86%
G = 1.34%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD047A (or 0xAD047A) is known color: Eggplant. HEX triplet: AD, 04 and 7A. RGB value is (173,4,122). Sum of RGB (Red+Green+Blue) = 173+4+122=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD047A is #52FB85. Grayscale: #434343. Windows color (decimal): -5438342 or 7996589. OLE color: 7996589.

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

Color convert

RGB 173 4 122 -
CMYK 0 0.98 0.29 0.32
HSL 318.11º 0.95% 0.35% -
HSV(B) 318.11º 0.98% 0.68% -
XYZ 20.79 10.38 19.32 -
YUV 67.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 173 4 122 0 0.98 0.29 0.32 318.11 0.95 0.35
Hex AD 4 7A 0 62 1D 20 13E 5F 23
Octal 255 4 172 0 142 35 40 476 137 43
Binary 10101101 100 1111010 0 1100010 11101 100000 100111110 1011111 100011

Color Harmonies of #AD047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD047A

Black with #AD047A

Text Example


Text Example

White with #AD047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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