Html Css Color HEX #AD058A Medium Violet Red

📋 copy color: '#AD058A'

red 173 ◦ green 5 ◦ blue 138

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

Shades of Medium Violet Red #AD058A

Tints of Medium Violet Red #AD058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 54.75%
G = 1.58%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD058A (or 0xAD058A) is known color: Medium Violet Red. HEX triplet: AD, 05 and 8A. RGB value is (173,5,138). Sum of RGB (Red+Green+Blue) = 173+5+138=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD058A is #52FA75. Grayscale: #464646. Windows color (decimal): -5438070 or 9045421. OLE color: 9045421.

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

Color convert

RGB 173 5 138 -
CMYK 0 0.97 0.20 0.32
HSL 312.5º 0.94% 0.35% -
HSV(B) 312.5º 0.97% 0.68% -
XYZ 21.88 10.83 24.98 -
YUV 70.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 173 5 138 0 0.97 0.20 0.32 312.5 0.94 0.35
Hex AD 5 8A 0 61 14 20 138 5E 23
Octal 255 5 212 0 141 24 40 470 136 43
Binary 10101101 101 10001010 0 1100001 10100 100000 100111000 1011110 100011

Color Harmonies of #AD058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD058A

Black with #AD058A

Text Example


Text Example

White with #AD058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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