Html Css Color HEX #AD0585 Medium Violet Red

📋 copy color: '#AD0585'

red 173 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #AD0585

Tints of Medium Violet Red #AD0585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 55.63%
G = 1.61%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD0585 (or 0xAD0585) is known color: Medium Violet Red. HEX triplet: AD, 05 and 85. RGB value is (173,5,133). Sum of RGB (Red+Green+Blue) = 173+5+133=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0585 is #52FA7A. Grayscale: #454545. Windows color (decimal): -5438075 or 8717741. OLE color: 8717741.

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

Color convert

RGB 173 5 133 -
CMYK 0 0.97 0.23 0.32
HSL 314.29º 0.94% 0.35% -
HSV(B) 314.29º 0.97% 0.68% -
XYZ 21.52 10.69 23.12 -
YUV 69.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 173 5 133 0 0.97 0.23 0.32 314.29 0.94 0.35
Hex AD 5 85 0 61 17 20 13A 5E 23
Octal 255 5 205 0 141 27 40 472 136 43
Binary 10101101 101 10000101 0 1100001 10111 100000 100111010 1011110 100011

Color Harmonies of #AD0585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0585

Black with #AD0585

Text Example


Text Example

White with #AD0585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0585; }

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

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

background-color css

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

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

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

border-color css

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

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

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