Html Css Color HEX #AD0679 Eggplant

📋 copy color: '#AD0679'

red 173 ◦ green 6 ◦ blue 121

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

Shades of Eggplant #AD0679

Tints of Eggplant #AD0679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 57.67%
G = 2%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD0679 (or 0xAD0679) is known color: Eggplant. HEX triplet: AD, 06 and 79. RGB value is (173,6,121). Sum of RGB (Red+Green+Blue) = 173+6+121=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0679 is #52F986. Grayscale: #444444. Windows color (decimal): -5437831 or 7931565. OLE color: 7931565.

HSL color Cylindrical-coordinate representation of color #AD0679: hue angle of 318.68º degrees, saturation: 0.93, 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 #AD0679 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 121 -
CMYK 0 0.97 0.30 0.32
HSL 318.68º 0.93% 0.35% -
HSV(B) 318.68º 0.97% 0.68% -
XYZ 20.75 10.39 19 -
YUV 69.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 173 6 121 0 0.97 0.30 0.32 318.68 0.93 0.35
Hex AD 6 79 0 61 1E 20 13F 5D 23
Octal 255 6 171 0 141 36 40 477 135 43
Binary 10101101 110 1111001 0 1100001 11110 100000 100111111 1011101 100011

Color Harmonies of #AD0679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0679

Black with #AD0679

Text Example


Text Example

White with #AD0679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0679; }

 p { color: rgb(173,6,121); }

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

background-color css

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

 a { background-color: rgb(173,6,121); }

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

border-color css

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

 span { border-color: rgb(173,6,121); }

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