Html Css Color HEX #AD017B Eggplant

📋 copy color: '#AD017B'

red 173 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #AD017B

Tints of Eggplant #AD017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 58.25%
G = 0.34%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD017B (or 0xAD017B) is known color: Eggplant. HEX triplet: AD, 01 and 7B. RGB value is (173,1,123). Sum of RGB (Red+Green+Blue) = 173+1+123=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD017B is #52FE84. Grayscale: #424242. Windows color (decimal): -5439109 or 8061357. OLE color: 8061357.

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

Color convert

RGB 173 1 123 -
CMYK 0 0.99 0.29 0.32
HSL 317.44º 0.99% 0.34% -
HSV(B) 317.44º 0.99% 0.68% -
XYZ 20.82 10.34 19.64 -
YUV 66.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 173 1 123 0 0.99 0.29 0.32 317.44 0.99 0.34
Hex AD 1 7B 0 63 1D 20 13D 63 22
Octal 255 1 173 0 143 35 40 475 143 42
Binary 10101101 1 1111011 0 1100011 11101 100000 100111101 1100011 100010

Color Harmonies of #AD017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD017B

Black with #AD017B

Text Example


Text Example

White with #AD017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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