Html Css Color HEX #AD0081 Eggplant

📋 copy color: '#AD0081'

red 173 ◦ green 0 ◦ blue 129

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

Shades of Eggplant #AD0081

Tints of Eggplant #AD0081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 42.72%

R = 57.28%
G = 0%
B = 42.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD0081 (or 0xAD0081) is known color: Eggplant. HEX triplet: AD, 00 and 81. RGB value is (173,0,129). Sum of RGB (Red+Green+Blue) = 173+0+129=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0081 is #52FF7E. Grayscale: #424242. Windows color (decimal): -5439359 or 8454317. OLE color: 8454317.

HSL color Cylindrical-coordinate representation of color #AD0081: hue angle of 315.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0081 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 129 -
CMYK 0 1 0.25 0.32
HSL 315.26º 1% 0.34% -
HSV(B) 315.26º 1% 0.68% -
XYZ 21.2 10.47 21.67 -
YUV 66.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 173 0 129 0 1 0.25 0.32 315.26 1 0.34
Hex AD 0 81 0 64 19 20 13B 64 22
Octal 255 0 201 0 144 31 40 473 144 42
Binary 10101101 0 10000001 0 1100100 11001 100000 100111011 1100100 100010

Color Harmonies of #AD0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0081

Black with #AD0081

Text Example


Text Example

White with #AD0081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0081; }

 p { color: rgb(173,0,129); }

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

background-color css

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

 a { background-color: rgb(173,0,129); }

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

border-color css

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

 span { border-color: rgb(173,0,129); }

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