Html Css Color HEX #AD2580 Medium Red Violet

📋 copy color: '#AD2580'

red 173 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #AD2580

Tints of Medium Red Violet #AD2580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 51.18%
G = 10.95%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD2580 (or 0xAD2580) is known color: Medium Red Violet. HEX triplet: AD, 25 and 80. RGB value is (173,37,128). Sum of RGB (Red+Green+Blue) = 173+37+128=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2580 is #52DA7F. Grayscale: #575757. Windows color (decimal): -5429888 or 8398253. OLE color: 8398253.

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

Color convert

RGB 173 37 128 -
CMYK 0 0.79 0.26 0.32
HSL 319.85º 0.65% 0.41% -
HSV(B) 319.85º 0.79% 0.68% -
XYZ 21.79 11.77 21.54 -
YUV 88.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 173 37 128 0 0.79 0.26 0.32 319.85 0.65 0.41
Hex AD 25 80 0 4F 1A 20 140 41 29
Octal 255 45 200 0 117 32 40 500 101 51
Binary 10101101 100101 10000000 0 1001111 11010 100000 101000000 1000001 101001

Color Harmonies of #AD2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2580

Black with #AD2580

Text Example


Text Example

White with #AD2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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