Html Css Color HEX #AD0273 Eggplant

📋 copy color: '#AD0273'

red 173 ◦ green 2 ◦ blue 115

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

Shades of Eggplant #AD0273

Tints of Eggplant #AD0273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 59.66%
G = 0.69%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD0273 (or 0xAD0273) is known color: Eggplant. HEX triplet: AD, 02 and 73. RGB value is (173,2,115). Sum of RGB (Red+Green+Blue) = 173+2+115=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0273 is #52FD8C. Grayscale: #414141. Windows color (decimal): -5438861 or 7537325. OLE color: 7537325.

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

Color convert

RGB 173 2 115 -
CMYK 0 0.99 0.34 0.32
HSL 320.35º 0.98% 0.34% -
HSV(B) 320.35º 0.99% 0.68% -
XYZ 20.35 10.17 17.11 -
YUV 66.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 173 2 115 0 0.99 0.34 0.32 320.35 0.98 0.34
Hex AD 2 73 0 63 22 20 140 62 22
Octal 255 2 163 0 143 42 40 500 142 42
Binary 10101101 10 1110011 0 1100011 100010 100000 101000000 1100010 100010

Color Harmonies of #AD0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0273

Black with #AD0273

Text Example


Text Example

White with #AD0273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0273; }

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

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

background-color css

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

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

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

border-color css

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

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

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