Html Css Color HEX #AD057B Eggplant

📋 copy color: '#AD057B'

red 173 ◦ green 5 ◦ blue 123

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

Shades of Eggplant #AD057B

Tints of Eggplant #AD057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

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

R = 57.48%
G = 1.66%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD057B (or 0xAD057B) is known color: Eggplant. HEX triplet: AD, 05 and 7B. RGB value is (173,5,123). Sum of RGB (Red+Green+Blue) = 173+5+123=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD057B is #52FA84. Grayscale: #444444. Windows color (decimal): -5438085 or 8062381. OLE color: 8062381.

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

Color convert

RGB 173 5 123 -
CMYK 0 0.97 0.29 0.32
HSL 317.86º 0.94% 0.35% -
HSV(B) 317.86º 0.97% 0.68% -
XYZ 20.86 10.42 19.65 -
YUV 68.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 173 5 123 0 0.97 0.29 0.32 317.86 0.94 0.35
Hex AD 5 7B 0 61 1D 20 13E 5E 23
Octal 255 5 173 0 141 35 40 476 136 43
Binary 10101101 101 1111011 0 1100001 11101 100000 100111110 1011110 100011

Color Harmonies of #AD057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD057B

Black with #AD057B

Text Example


Text Example

White with #AD057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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