Html Css Color HEX #AD2680 Medium Red Violet

📋 copy color: '#AD2680'

red 173 ◦ green 38 ◦ blue 128

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

Shades of Medium Red Violet #AD2680

Tints of Medium Red Violet #AD2680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

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

R = 51.03%
G = 11.21%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD2680 (or 0xAD2680) is known color: Medium Red Violet. HEX triplet: AD, 26 and 80. RGB value is (173,38,128). Sum of RGB (Red+Green+Blue) = 173+38+128=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2680 is #52D97F. Grayscale: #585858. Windows color (decimal): -5429632 or 8398509. OLE color: 8398509.

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

Color convert

RGB 173 38 128 -
CMYK 0 0.78 0.26 0.32
HSL 320º 0.64% 0.41% -
HSV(B) 320º 0.78% 0.68% -
XYZ 21.82 11.83 21.56 -
YUV 88.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 173 38 128 0 0.78 0.26 0.32 320 0.64 0.41
Hex AD 26 80 0 4E 1A 20 140 40 29
Octal 255 46 200 0 116 32 40 500 100 51
Binary 10101101 100110 10000000 0 1001110 11010 100000 101000000 1000000 101001

Color Harmonies of #AD2680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2680

Black with #AD2680

Text Example


Text Example

White with #AD2680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2680; }

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

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

background-color css

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

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

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

border-color css

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

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

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