Html Css Color HEX #AD0489 Medium Violet Red

📋 copy color: '#AD0489'

red 173 ◦ green 4 ◦ blue 137

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

Shades of Medium Violet Red #AD0489

Tints of Medium Violet Red #AD0489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 137 (53.91% from 255) = 43.63%

R = 55.1%
G = 1.27%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD0489 (or 0xAD0489) is known color: Medium Violet Red. HEX triplet: AD, 04 and 89. RGB value is (173,4,137). Sum of RGB (Red+Green+Blue) = 173+4+137=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0489 is #52FB76. Grayscale: #454545. Windows color (decimal): -5438327 or 8979629. OLE color: 8979629.

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

Color convert

RGB 173 4 137 -
CMYK 0 0.98 0.21 0.32
HSL 312.78º 0.95% 0.35% -
HSV(B) 312.78º 0.98% 0.68% -
XYZ 21.79 10.78 24.6 -
YUV 69.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 173 4 137 0 0.98 0.21 0.32 312.78 0.95 0.35
Hex AD 4 89 0 62 15 20 139 5F 23
Octal 255 4 211 0 142 25 40 471 137 43
Binary 10101101 100 10001001 0 1100010 10101 100000 100111001 1011111 100011

Color Harmonies of #AD0489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0489

Black with #AD0489

Text Example


Text Example

White with #AD0489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0489; }

 p { color: rgb(173,4,137); }

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

background-color css

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

 a { background-color: rgb(173,4,137); }

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

border-color css

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

 span { border-color: rgb(173,4,137); }

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