Html Css Color HEX #AD2781 Medium Red Violet

📋 copy color: '#AD2781'

red 173 ◦ green 39 ◦ blue 129

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

Shades of Medium Red Violet #AD2781

Tints of Medium Red Violet #AD2781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 50.73%
G = 11.44%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD2781 (or 0xAD2781) is known color: Medium Red Violet. HEX triplet: AD, 27 and 81. RGB value is (173,39,129). Sum of RGB (Red+Green+Blue) = 173+39+129=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2781 is #52D87E. Grayscale: #595959. Windows color (decimal): -5429375 or 8464301. OLE color: 8464301.

HSL color Cylindrical-coordinate representation of color #AD2781: hue angle of 319.7º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2781 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 129 -
CMYK 0 0.77 0.25 0.32
HSL 319.7º 0.63% 0.42% -
HSV(B) 319.7º 0.77% 0.68% -
XYZ 21.92 11.92 21.91 -
YUV 89.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 173 39 129 0 0.77 0.25 0.32 319.7 0.63 0.42
Hex AD 27 81 0 4D 19 20 140 3F 2A
Octal 255 47 201 0 115 31 40 500 77 52
Binary 10101101 100111 10000001 0 1001101 11001 100000 101000000 111111 101010

Color Harmonies of #AD2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2781

Black with #AD2781

Text Example


Text Example

White with #AD2781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2781; }

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

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

background-color css

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

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

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

border-color css

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

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

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