Html Css Color HEX #AD006E Eggplant

📋 copy color: '#AD006E'

red 173 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #AD006E

Tints of Eggplant #AD006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 61.13%
G = 0%
B = 38.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD006E (or 0xAD006E) is known color: Eggplant. HEX triplet: AD, 00 and 6E. RGB value is (173,0,110). Sum of RGB (Red+Green+Blue) = 173+0+110=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD006E is #52FF91. Grayscale: #404040. Windows color (decimal): -5439378 or 7209133. OLE color: 7209133.

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

Color convert

RGB 173 0 110 -
CMYK 0 1 0.36 0.32
HSL 321.85º 1% 0.34% -
HSV(B) 321.85º 1% 0.68% -
XYZ 20.05 10.01 15.63 -
YUV 64.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 173 0 110 0 1 0.36 0.32 321.85 1 0.34
Hex AD 0 6E 0 64 24 20 142 64 22
Octal 255 0 156 0 144 44 40 502 144 42
Binary 10101101 0 1101110 0 1100100 100100 100000 101000010 1100100 100010

Color Harmonies of #AD006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD006E

Black with #AD006E

Text Example


Text Example

White with #AD006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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