Html Css Color HEX #AD1584 Medium Violet Red

📋 copy color: '#AD1584'

red 173 ◦ green 21 ◦ blue 132

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

Shades of Medium Violet Red #AD1584

Tints of Medium Violet Red #AD1584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 53.07%
G = 6.44%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD1584 (or 0xAD1584) is known color: Medium Violet Red. HEX triplet: AD, 15 and 84. RGB value is (173,21,132). Sum of RGB (Red+Green+Blue) = 173+21+132=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1584 is #52EA7B. Grayscale: #4E4E4E. Windows color (decimal): -5433980 or 8656301. OLE color: 8656301.

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

Color convert

RGB 173 21 132 -
CMYK 0 0.88 0.24 0.32
HSL 316.18º 0.78% 0.38% -
HSV(B) 316.18º 0.88% 0.68% -
XYZ 21.67 11.09 22.83 -
YUV 79.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 173 21 132 0 0.88 0.24 0.32 316.18 0.78 0.38
Hex AD 15 84 0 58 18 20 13C 4E 26
Octal 255 25 204 0 130 30 40 474 116 46
Binary 10101101 10101 10000100 0 1011000 11000 100000 100111100 1001110 100110

Color Harmonies of #AD1584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1584

Black with #AD1584

Text Example


Text Example

White with #AD1584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1584; }

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

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

background-color css

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

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

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

border-color css

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

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

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