Html Css Color HEX #AD037A Eggplant

📋 copy color: '#AD037A'

red 173 ◦ green 3 ◦ blue 122

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

Shades of Eggplant #AD037A

Tints of Eggplant #AD037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 58.05%
G = 1.01%
B = 40.94%

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

#AD037A (or 0xAD037A) is known color: Eggplant. HEX triplet: AD, 03 and 7A. RGB value is (173,3,122). Sum of RGB (Red+Green+Blue) = 173+3+122=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD037A is #52FC85. Grayscale: #434343. Windows color (decimal): -5438598 or 7996333. OLE color: 7996333.

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

Color convert

RGB 173 3 122 -
CMYK 0 0.98 0.29 0.32
HSL 318º 0.97% 0.35% -
HSV(B) 318º 0.98% 0.68% -
XYZ 20.78 10.35 19.32 -
YUV 67.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 173 3 122 0 0.98 0.29 0.32 318 0.97 0.35
Hex AD 3 7A 0 62 1D 20 13E 61 23
Octal 255 3 172 0 142 35 40 476 141 43
Binary 10101101 11 1111010 0 1100010 11101 100000 100111110 1100001 100011

Color Harmonies of #AD037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD037A

Black with #AD037A

Text Example


Text Example

White with #AD037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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