Html Css Color HEX #AD0981 Medium Violet Red

📋 copy color: '#AD0981'

red 173 ◦ green 9 ◦ blue 129

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

Shades of Medium Violet Red #AD0981

Tints of Medium Violet Red #AD0981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 55.63%
G = 2.89%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD0981 (or 0xAD0981) is known color: Medium Violet Red. HEX triplet: AD, 09 and 81. RGB value is (173,9,129). Sum of RGB (Red+Green+Blue) = 173+9+129=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0981 is #52F67E. Grayscale: #474747. Windows color (decimal): -5437055 or 8456621. OLE color: 8456621.

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

Color convert

RGB 173 9 129 -
CMYK 0 0.95 0.25 0.32
HSL 316.1º 0.9% 0.36% -
HSV(B) 316.1º 0.95% 0.68% -
XYZ 21.29 10.66 21.71 -
YUV 71.72 160.33 200.24 -
System Red Green Blue C M Y K H S L
Decimal 173 9 129 0 0.95 0.25 0.32 316.1 0.9 0.36
Hex AD 9 81 0 5F 19 20 13C 5A 24
Octal 255 11 201 0 137 31 40 474 132 44
Binary 10101101 1001 10000001 0 1011111 11001 100000 100111100 1011010 100100

Color Harmonies of #AD0981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0981

Black with #AD0981

Text Example


Text Example

White with #AD0981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0981; }

 p { color: rgb(173,9,129); }

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

background-color css

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

 a { background-color: rgb(173,9,129); }

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

border-color css

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

 span { border-color: rgb(173,9,129); }

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