Html Css Color HEX #AD058C Medium Violet Red

📋 copy color: '#AD058C'

red 173 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #AD058C

Tints of Medium Violet Red #AD058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 54.4%
G = 1.57%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD058C (or 0xAD058C) is known color: Medium Violet Red. HEX triplet: AD, 05 and 8C. RGB value is (173,5,140). Sum of RGB (Red+Green+Blue) = 173+5+140=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD058C is #52FA73. Grayscale: #464646. Windows color (decimal): -5438068 or 9176493. OLE color: 9176493.

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

Color convert

RGB 173 5 140 -
CMYK 0 0.97 0.19 0.32
HSL 311.79º 0.94% 0.35% -
HSV(B) 311.79º 0.97% 0.68% -
XYZ 22.02 10.89 25.75 -
YUV 70.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 173 5 140 0 0.97 0.19 0.32 311.79 0.94 0.35
Hex AD 5 8C 0 61 13 20 138 5E 23
Octal 255 5 214 0 141 23 40 470 136 43
Binary 10101101 101 10001100 0 1100001 10011 100000 100111000 1011110 100011

Color Harmonies of #AD058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD058C

Black with #AD058C

Text Example


Text Example

White with #AD058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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