Html Css Color HEX #AD0474 Eggplant

📋 copy color: '#AD0474'

red 173 ◦ green 4 ◦ blue 116

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

Shades of Eggplant #AD0474

Tints of Eggplant #AD0474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 59.04%
G = 1.37%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD0474 (or 0xAD0474) is known color: Eggplant. HEX triplet: AD, 04 and 74. RGB value is (173,4,116). Sum of RGB (Red+Green+Blue) = 173+4+116=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0474 is #52FB8B. Grayscale: #434343. Windows color (decimal): -5438348 or 7603373. OLE color: 7603373.

HSL color Cylindrical-coordinate representation of color #AD0474: hue angle of 320.24º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0474 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 116 -
CMYK 0 0.98 0.33 0.32
HSL 320.24º 0.95% 0.35% -
HSV(B) 320.24º 0.98% 0.68% -
XYZ 20.43 10.23 17.42 -
YUV 67.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 173 4 116 0 0.98 0.33 0.32 320.24 0.95 0.35
Hex AD 4 74 0 62 21 20 140 5F 23
Octal 255 4 164 0 142 41 40 500 137 43
Binary 10101101 100 1110100 0 1100010 100001 100000 101000000 1011111 100011

Color Harmonies of #AD0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0474

Black with #AD0474

Text Example


Text Example

White with #AD0474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0474; }

 p { color: rgb(173,4,116); }

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

background-color css

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

 a { background-color: rgb(173,4,116); }

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

border-color css

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

 span { border-color: rgb(173,4,116); }

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