Html Css Color HEX #AD1681 Medium Violet Red

📋 copy color: '#AD1681'

red 173 ◦ green 22 ◦ blue 129

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

Shades of Medium Violet Red #AD1681

Tints of Medium Violet Red #AD1681

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.79%

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

R = 53.4%
G = 6.79%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD1681 (or 0xAD1681) is known color: Medium Violet Red. HEX triplet: AD, 16 and 81. RGB value is (173,22,129). Sum of RGB (Red+Green+Blue) = 173+22+129=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1681 is #52E97E. Grayscale: #4F4F4F. Windows color (decimal): -5433727 or 8459949. OLE color: 8459949.

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

Color convert

RGB 173 22 129 -
CMYK 0 0.87 0.25 0.32
HSL 317.48º 0.77% 0.38% -
HSV(B) 317.48º 0.87% 0.68% -
XYZ 21.48 11.04 21.77 -
YUV 79.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 173 22 129 0 0.87 0.25 0.32 317.48 0.77 0.38
Hex AD 16 81 0 57 19 20 13D 4D 26
Octal 255 26 201 0 127 31 40 475 115 46
Binary 10101101 10110 10000001 0 1010111 11001 100000 100111101 1001101 100110

Color Harmonies of #AD1681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1681

Black with #AD1681

Text Example


Text Example

White with #AD1681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1681; }

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

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

background-color css

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

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

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

border-color css

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

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

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