Html Css Color HEX #AD0E81 Medium Violet Red

📋 copy color: '#AD0E81'

red 173 ◦ green 14 ◦ blue 129

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

Shades of Medium Violet Red #AD0E81

Tints of Medium Violet Red #AD0E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.43%

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

R = 54.75%
G = 4.43%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD0E81 (or 0xAD0E81) is known color: Medium Violet Red. HEX triplet: AD, 0E and 81. RGB value is (173,14,129). Sum of RGB (Red+Green+Blue) = 173+14+129=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0E81 is #52F17E. Grayscale: #4A4A4A. Windows color (decimal): -5435775 or 8457901. OLE color: 8457901.

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

Color convert

RGB 173 14 129 -
CMYK 0 0.92 0.25 0.32
HSL 316.6º 0.85% 0.37% -
HSV(B) 316.6º 0.92% 0.68% -
XYZ 21.35 10.78 21.72 -
YUV 74.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 173 14 129 0 0.92 0.25 0.32 316.6 0.85 0.37
Hex AD E 81 0 5C 19 20 13D 55 25
Octal 255 16 201 0 134 31 40 475 125 45
Binary 10101101 1110 10000001 0 1011100 11001 100000 100111101 1010101 100101

Color Harmonies of #AD0E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0E81

Black with #AD0E81

Text Example


Text Example

White with #AD0E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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