Html Css Color HEX #AD1980 Medium Violet Red

📋 copy color: '#AD1980'

red 173 ◦ green 25 ◦ blue 128

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

Shades of Medium Violet Red #AD1980

Tints of Medium Violet Red #AD1980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 53.07%
G = 7.67%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD1980 (or 0xAD1980) is known color: Medium Violet Red. HEX triplet: AD, 19 and 80. RGB value is (173,25,128). Sum of RGB (Red+Green+Blue) = 173+25+128=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1980 is #52E67F. Grayscale: #505050. Windows color (decimal): -5432960 or 8395181. OLE color: 8395181.

HSL color Cylindrical-coordinate representation of color #AD1980: hue angle of 318.24º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1980 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 128 -
CMYK 0 0.86 0.26 0.32
HSL 318.24º 0.75% 0.39% -
HSV(B) 318.24º 0.86% 0.68% -
XYZ 21.48 11.14 21.44 -
YUV 80.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 173 25 128 0 0.86 0.26 0.32 318.24 0.75 0.39
Hex AD 19 80 0 56 1A 20 13E 4B 27
Octal 255 31 200 0 126 32 40 476 113 47
Binary 10101101 11001 10000000 0 1010110 11010 100000 100111110 1001011 100111

Color Harmonies of #AD1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1980

Black with #AD1980

Text Example


Text Example

White with #AD1980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1980; }

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

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

background-color css

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

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

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

border-color css

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

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

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