Html Css Color HEX #AD017F Eggplant

📋 copy color: '#AD017F'

red 173 ◦ green 1 ◦ blue 127

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

Shades of Eggplant #AD017F

Tints of Eggplant #AD017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 57.48%
G = 0.33%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD017F (or 0xAD017F) is known color: Eggplant. HEX triplet: AD, 01 and 7F. RGB value is (173,1,127). Sum of RGB (Red+Green+Blue) = 173+1+127=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD017F is #52FE80. Grayscale: #424242. Windows color (decimal): -5439105 or 8323501. OLE color: 8323501.

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

Color convert

RGB 173 1 127 -
CMYK 0 0.99 0.27 0.32
HSL 316.05º 0.99% 0.34% -
HSV(B) 316.05º 0.99% 0.68% -
XYZ 21.08 10.44 20.98 -
YUV 66.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 173 1 127 0 0.99 0.27 0.32 316.05 0.99 0.34
Hex AD 1 7F 0 63 1B 20 13C 63 22
Octal 255 1 177 0 143 33 40 474 143 42
Binary 10101101 1 1111111 0 1100011 11011 100000 100111100 1100011 100010

Color Harmonies of #AD017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD017F

Black with #AD017F

Text Example


Text Example

White with #AD017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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