Html Css Color HEX #AD0991 Medium Violet Red

📋 copy color: '#AD0991'

red 173 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #AD0991

Tints of Medium Violet Red #AD0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 52.91%
G = 2.75%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD0991 (or 0xAD0991) is known color: Medium Violet Red. HEX triplet: AD, 09 and 91. RGB value is (173,9,145). Sum of RGB (Red+Green+Blue) = 173+9+145=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0991 is #52F66E. Grayscale: #494949. Windows color (decimal): -5437039 or 9505197. OLE color: 9505197.

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

Color convert

RGB 173 9 145 -
CMYK 0 0.95 0.16 0.32
HSL 310.24º 0.9% 0.36% -
HSV(B) 310.24º 0.95% 0.68% -
XYZ 22.44 11.12 27.75 -
YUV 73.54 168.33 198.94 -
System Red Green Blue C M Y K H S L
Decimal 173 9 145 0 0.95 0.16 0.32 310.24 0.9 0.36
Hex AD 9 91 0 5F 10 20 136 5A 24
Octal 255 11 221 0 137 20 40 466 132 44
Binary 10101101 1001 10010001 0 1011111 10000 100000 100110110 1011010 100100

Color Harmonies of #AD0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0991

Black with #AD0991

Text Example


Text Example

White with #AD0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0991; }

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

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

background-color css

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

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

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

border-color css

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

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

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