Html Css Color HEX #AD007B Eggplant

📋 copy color: '#AD007B'

red 173 ◦ green 0 ◦ blue 123

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

Shades of Eggplant #AD007B

Tints of Eggplant #AD007B

RGB

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

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

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

R = 58.45%
G = 0%
B = 41.55%

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

#AD007B (or 0xAD007B) is known color: Eggplant. HEX triplet: AD, 00 and 7B. RGB value is (173,0,123). Sum of RGB (Red+Green+Blue) = 173+0+123=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD007B is #52FF84. Grayscale: #414141. Windows color (decimal): -5439365 or 8061101. OLE color: 8061101.

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

Color convert

RGB 173 0 123 -
CMYK 0 1 0.29 0.32
HSL 317.34º 1% 0.34% -
HSV(B) 317.34º 1% 0.68% -
XYZ 20.81 10.31 19.63 -
YUV 65.75 160.31 204.5 -
System Red Green Blue C M Y K H S L
Decimal 173 0 123 0 1 0.29 0.32 317.34 1 0.34
Hex AD 0 7B 0 64 1D 20 13D 64 22
Octal 255 0 173 0 144 35 40 475 144 42
Binary 10101101 0 1111011 0 1100100 11101 100000 100111101 1100100 100010

Color Harmonies of #AD007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD007B

Black with #AD007B

Text Example


Text Example

White with #AD007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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