Html Css Color HEX #AD2681 Medium Red Violet

📋 copy color: '#AD2681'

red 173 ◦ green 38 ◦ blue 129

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

Shades of Medium Red Violet #AD2681

Tints of Medium Red Violet #AD2681

RGB

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

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

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

R = 50.88%
G = 11.18%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD2681 (or 0xAD2681) is known color: Medium Red Violet. HEX triplet: AD, 26 and 81. RGB value is (173,38,129). Sum of RGB (Red+Green+Blue) = 173+38+129=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2681 is #52D97E. Grayscale: #585858. Windows color (decimal): -5429631 or 8464045. OLE color: 8464045.

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

Color convert

RGB 173 38 129 -
CMYK 0 0.78 0.25 0.32
HSL 319.56º 0.64% 0.41% -
HSV(B) 319.56º 0.78% 0.68% -
XYZ 21.89 11.86 21.9 -
YUV 88.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 173 38 129 0 0.78 0.25 0.32 319.56 0.64 0.41
Hex AD 26 81 0 4E 19 20 140 40 29
Octal 255 46 201 0 116 31 40 500 100 51
Binary 10101101 100110 10000001 0 1001110 11001 100000 101000000 1000000 101001

Color Harmonies of #AD2681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2681

Black with #AD2681

Text Example


Text Example

White with #AD2681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2681; }

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

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

background-color css

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

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

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

border-color css

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

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

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