Html Css Color HEX #AD0584 Medium Violet Red

📋 copy color: '#AD0584'

red 173 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #AD0584

Tints of Medium Violet Red #AD0584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 55.81%
G = 1.61%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD0584 (or 0xAD0584) is known color: Medium Violet Red. HEX triplet: AD, 05 and 84. RGB value is (173,5,132). Sum of RGB (Red+Green+Blue) = 173+5+132=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0584 is #52FA7B. Grayscale: #454545. Windows color (decimal): -5438076 or 8652205. OLE color: 8652205.

HSL color Cylindrical-coordinate representation of color #AD0584: hue angle of 314.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0584 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 132 -
CMYK 0 0.97 0.24 0.32
HSL 314.64º 0.94% 0.35% -
HSV(B) 314.64º 0.97% 0.68% -
XYZ 21.45 10.66 22.76 -
YUV 69.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 173 5 132 0 0.97 0.24 0.32 314.64 0.94 0.35
Hex AD 5 84 0 61 18 20 13B 5E 23
Octal 255 5 204 0 141 30 40 473 136 43
Binary 10101101 101 10000100 0 1100001 11000 100000 100111011 1011110 100011

Color Harmonies of #AD0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0584

Black with #AD0584

Text Example


Text Example

White with #AD0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0584; }

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

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

background-color css

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

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

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

border-color css

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

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

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