Html Css Color HEX #AD1680 Medium Violet Red

📋 copy color: '#AD1680'

red 173 ◦ green 22 ◦ blue 128

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

Shades of Medium Violet Red #AD1680

Tints of Medium Violet Red #AD1680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 53.56%
G = 6.81%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD1680 (or 0xAD1680) is known color: Medium Violet Red. HEX triplet: AD, 16 and 80. RGB value is (173,22,128). Sum of RGB (Red+Green+Blue) = 173+22+128=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1680 is #52E97F. Grayscale: #4E4E4E. Windows color (decimal): -5433728 or 8394413. OLE color: 8394413.

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

Color convert

RGB 173 22 128 -
CMYK 0 0.87 0.26 0.32
HSL 317.88º 0.77% 0.38% -
HSV(B) 317.88º 0.87% 0.68% -
XYZ 21.42 11.02 21.42 -
YUV 79.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 173 22 128 0 0.87 0.26 0.32 317.88 0.77 0.38
Hex AD 16 80 0 57 1A 20 13E 4D 26
Octal 255 26 200 0 127 32 40 476 115 46
Binary 10101101 10110 10000000 0 1010111 11010 100000 100111110 1001101 100110

Color Harmonies of #AD1680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1680

Black with #AD1680

Text Example


Text Example

White with #AD1680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1680; }

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

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

background-color css

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

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

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

border-color css

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

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

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