Html Css Color HEX #AD058D Medium Violet Red

📋 copy color: '#AD058D'

red 173 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #AD058D

Tints of Medium Violet Red #AD058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 54.23%
G = 1.57%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD058D (or 0xAD058D) is known color: Medium Violet Red. HEX triplet: AD, 05 and 8D. RGB value is (173,5,141). Sum of RGB (Red+Green+Blue) = 173+5+141=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD058D is #52FA72. Grayscale: #464646. Windows color (decimal): -5438067 or 9242029. OLE color: 9242029.

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

Color convert

RGB 173 5 141 -
CMYK 0 0.97 0.18 0.32
HSL 311.43º 0.94% 0.35% -
HSV(B) 311.43º 0.97% 0.68% -
XYZ 22.1 10.92 26.14 -
YUV 70.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 173 5 141 0 0.97 0.18 0.32 311.43 0.94 0.35
Hex AD 5 8D 0 61 12 20 137 5E 23
Octal 255 5 215 0 141 22 40 467 136 43
Binary 10101101 101 10001101 0 1100001 10010 100000 100110111 1011110 100011

Color Harmonies of #AD058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD058D

Black with #AD058D

Text Example


Text Example

White with #AD058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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