Html Css Color HEX #AD119B Medium Violet Red

📋 copy color: '#AD119B'

red 173 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #AD119B

Tints of Medium Violet Red #AD119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.93%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 50.14%
G = 4.93%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD119B (or 0xAD119B) is known color: Medium Violet Red. HEX triplet: AD, 11 and 9B. RGB value is (173,17,155). Sum of RGB (Red+Green+Blue) = 173+17+155=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD119B is #52EE64. Grayscale: #4E4E4E. Windows color (decimal): -5434981 or 10162605. OLE color: 10162605.

HSL color Cylindrical-coordinate representation of color #AD119B: hue angle of 306.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD119B is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 155 -
CMYK 0 0.90 0.10 0.32
HSL 306.92º 0.82% 0.37% -
HSV(B) 306.92º 0.9% 0.68% -
XYZ 23.35 11.65 32.03 -
YUV 79.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 173 17 155 0 0.90 0.10 0.32 306.92 0.82 0.37
Hex AD 11 9B 0 5A A 20 133 52 25
Octal 255 21 233 0 132 12 40 463 122 45
Binary 10101101 10001 10011011 0 1011010 1010 100000 100110011 1010010 100101

Color Harmonies of #AD119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD119B

Black with #AD119B

Text Example


Text Example

White with #AD119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD119B; }

 p { color: rgb(173,17,155); }

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

background-color css

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

 a { background-color: rgb(173,17,155); }

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

border-color css

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

 span { border-color: rgb(173,17,155); }

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