Html Css Color HEX #AD1581 Medium Violet Red

📋 copy color: '#AD1581'

red 173 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #AD1581

Tints of Medium Violet Red #AD1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.5%

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

R = 53.56%
G = 6.5%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD1581 (or 0xAD1581) is known color: Medium Violet Red. HEX triplet: AD, 15 and 81. RGB value is (173,21,129). Sum of RGB (Red+Green+Blue) = 173+21+129=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1581 is #52EA7E. Grayscale: #4E4E4E. Windows color (decimal): -5433983 or 8459693. OLE color: 8459693.

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

Color convert

RGB 173 21 129 -
CMYK 0 0.88 0.25 0.32
HSL 317.37º 0.78% 0.38% -
HSV(B) 317.37º 0.88% 0.68% -
XYZ 21.46 11.01 21.76 -
YUV 78.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 173 21 129 0 0.88 0.25 0.32 317.37 0.78 0.38
Hex AD 15 81 0 58 19 20 13D 4E 26
Octal 255 25 201 0 130 31 40 475 116 46
Binary 10101101 10101 10000001 0 1011000 11001 100000 100111101 1001110 100110

Color Harmonies of #AD1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1581

Black with #AD1581

Text Example


Text Example

White with #AD1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1581; }

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

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

background-color css

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

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

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

border-color css

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

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

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