Html Css Color HEX #AD007A Eggplant

📋 copy color: '#AD007A'

red 173 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #AD007A

Tints of Eggplant #AD007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.64%
G = 0%
B = 41.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD007A (or 0xAD007A) is known color: Eggplant. HEX triplet: AD, 00 and 7A. RGB value is (173,0,122). Sum of RGB (Red+Green+Blue) = 173+0+122=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD007A is #52FF85. Grayscale: #414141. Windows color (decimal): -5439366 or 7995565. OLE color: 7995565.

HSL color Cylindrical-coordinate representation of color #AD007A: hue angle of 317.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD007A is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 122 -
CMYK 0 1 0.29 0.32
HSL 317.69º 1% 0.34% -
HSV(B) 317.69º 1% 0.68% -
XYZ 20.75 10.29 19.3 -
YUV 65.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 173 0 122 0 1 0.29 0.32 317.69 1 0.34
Hex AD 0 7A 0 64 1D 20 13E 64 22
Octal 255 0 172 0 144 35 40 476 144 42
Binary 10101101 0 1111010 0 1100100 11101 100000 100111110 1100100 100010

Color Harmonies of #AD007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD007A

Black with #AD007A

Text Example


Text Example

White with #AD007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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