Html Css Color HEX #AD149B Medium Violet Red

📋 copy color: '#AD149B'

red 173 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #AD149B

Tints of Medium Violet Red #AD149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.75%

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

R = 49.71%
G = 5.75%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD149B (or 0xAD149B) is known color: Medium Violet Red. HEX triplet: AD, 14 and 9B. RGB value is (173,20,155). Sum of RGB (Red+Green+Blue) = 173+20+155=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD149B is #52EB64. Grayscale: #505050. Windows color (decimal): -5434213 or 10163373. OLE color: 10163373.

HSL color Cylindrical-coordinate representation of color #AD149B: hue angle of 307.06º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD149B is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 20 155 -
CMYK 0 0.88 0.10 0.32
HSL 307.06º 0.79% 0.38% -
HSV(B) 307.06º 0.88% 0.68% -
XYZ 23.4 11.75 32.05 -
YUV 81.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 173 20 155 0 0.88 0.10 0.32 307.06 0.79 0.38
Hex AD 14 9B 0 58 A 20 133 4F 26
Octal 255 24 233 0 130 12 40 463 117 46
Binary 10101101 10100 10011011 0 1011000 1010 100000 100110011 1001111 100110

Color Harmonies of #AD149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD149B

Black with #AD149B

Text Example


Text Example

White with #AD149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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