Html Css Color HEX #AD0275 Eggplant

📋 copy color: '#AD0275'

red 173 ◦ green 2 ◦ blue 117

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

Shades of Eggplant #AD0275

Tints of Eggplant #AD0275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.07%

R = 59.25%
G = 0.68%
B = 40.07%

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

#AD0275 (or 0xAD0275) is known color: Eggplant. HEX triplet: AD, 02 and 75. RGB value is (173,2,117). Sum of RGB (Red+Green+Blue) = 173+2+117=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0275 is #52FD8A. Grayscale: #414141. Windows color (decimal): -5438859 or 7668397. OLE color: 7668397.

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

Color convert

RGB 173 2 117 -
CMYK 0 0.99 0.32 0.32
HSL 319.65º 0.98% 0.34% -
HSV(B) 319.65º 0.99% 0.68% -
XYZ 20.47 10.21 17.72 -
YUV 66.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 173 2 117 0 0.99 0.32 0.32 319.65 0.98 0.34
Hex AD 2 75 0 63 20 20 140 62 22
Octal 255 2 165 0 143 40 40 500 142 42
Binary 10101101 10 1110101 0 1100011 100000 100000 101000000 1100010 100010

Color Harmonies of #AD0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0275

Black with #AD0275

Text Example


Text Example

White with #AD0275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0275; }

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

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

background-color css

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

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

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

border-color css

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

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

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