Html Css Color HEX #AD0280 Eggplant

📋 copy color: '#AD0280'

red 173 ◦ green 2 ◦ blue 128

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

Shades of Eggplant #AD0280

Tints of Eggplant #AD0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 128 (50.39% from 255) = 42.24%

R = 57.1%
G = 0.66%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD0280 (or 0xAD0280) is known color: Eggplant. HEX triplet: AD, 02 and 80. RGB value is (173,2,128). Sum of RGB (Red+Green+Blue) = 173+2+128=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0280 is #52FD7F. Grayscale: #434343. Windows color (decimal): -5438848 or 8389293. OLE color: 8389293.

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

Color convert

RGB 173 2 128 -
CMYK 0 0.99 0.26 0.32
HSL 315.79º 0.98% 0.34% -
HSV(B) 315.79º 0.99% 0.68% -
XYZ 21.15 10.49 21.33 -
YUV 67.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 173 2 128 0 0.99 0.26 0.32 315.79 0.98 0.34
Hex AD 2 80 0 63 1A 20 13C 62 22
Octal 255 2 200 0 143 32 40 474 142 42
Binary 10101101 10 10000000 0 1100011 11010 100000 100111100 1100010 100010

Color Harmonies of #AD0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0280

Black with #AD0280

Text Example


Text Example

White with #AD0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0280; }

 p { color: rgb(173,2,128); }

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

background-color css

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

 a { background-color: rgb(173,2,128); }

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

border-color css

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

 span { border-color: rgb(173,2,128); }

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