Html Css Color HEX #AD007F Eggplant

📋 copy color: '#AD007F'

red 173 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #AD007F

Tints of Eggplant #AD007F

RGB

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

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

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

R = 57.67%
G = 0%
B = 42.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD007F (or 0xAD007F) is known color: Eggplant. HEX triplet: AD, 00 and 7F. RGB value is (173,0,127). Sum of RGB (Red+Green+Blue) = 173+0+127=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD007F is #52FF80. Grayscale: #414141. Windows color (decimal): -5439361 or 8323245. OLE color: 8323245.

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

Color convert

RGB 173 0 127 -
CMYK 0 1 0.27 0.32
HSL 315.95º 1% 0.34% -
HSV(B) 315.95º 1% 0.68% -
XYZ 21.06 10.42 20.98 -
YUV 66.21 162.31 204.17 -
System Red Green Blue C M Y K H S L
Decimal 173 0 127 0 1 0.27 0.32 315.95 1 0.34
Hex AD 0 7F 0 64 1B 20 13C 64 22
Octal 255 0 177 0 144 33 40 474 144 42
Binary 10101101 0 1111111 0 1100100 11011 100000 100111100 1100100 100010

Color Harmonies of #AD007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD007F

Black with #AD007F

Text Example


Text Example

White with #AD007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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