Html Css Color HEX #AD0276 Eggplant

📋 copy color: '#AD0276'

red 173 ◦ green 2 ◦ blue 118

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

Shades of Eggplant #AD0276

Tints of Eggplant #AD0276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.27%

R = 59.04%
G = 0.68%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD0276 (or 0xAD0276) is known color: Eggplant. HEX triplet: AD, 02 and 76. RGB value is (173,2,118). Sum of RGB (Red+Green+Blue) = 173+2+118=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0276 is #52FD89. Grayscale: #424242. Windows color (decimal): -5438858 or 7733933. OLE color: 7733933.

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

Color convert

RGB 173 2 118 -
CMYK 0 0.99 0.32 0.32
HSL 319.3º 0.98% 0.34% -
HSV(B) 319.3º 0.99% 0.68% -
XYZ 20.53 10.24 18.03 -
YUV 66.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 173 2 118 0 0.99 0.32 0.32 319.3 0.98 0.34
Hex AD 2 76 0 63 20 20 13F 62 22
Octal 255 2 166 0 143 40 40 477 142 42
Binary 10101101 10 1110110 0 1100011 100000 100000 100111111 1100010 100010

Color Harmonies of #AD0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0276

Black with #AD0276

Text Example


Text Example

White with #AD0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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