Html Css Color HEX #AD189B Medium Violet Red

📋 copy color: '#AD189B'

red 173 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #AD189B

Tints of Medium Violet Red #AD189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

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

R = 49.15%
G = 6.82%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD189B (or 0xAD189B) is known color: Medium Violet Red. HEX triplet: AD, 18 and 9B. RGB value is (173,24,155). Sum of RGB (Red+Green+Blue) = 173+24+155=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD189B is #52E764. Grayscale: #535353. Windows color (decimal): -5433189 or 10164397. OLE color: 10164397.

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

Color convert

RGB 173 24 155 -
CMYK 0 0.86 0.10 0.32
HSL 307.25º 0.76% 0.39% -
HSV(B) 307.25º 0.86% 0.68% -
XYZ 23.48 11.9 32.07 -
YUV 83.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 173 24 155 0 0.86 0.10 0.32 307.25 0.76 0.39
Hex AD 18 9B 0 56 A 20 133 4C 27
Octal 255 30 233 0 126 12 40 463 114 47
Binary 10101101 11000 10011011 0 1010110 1010 100000 100110011 1001100 100111

Color Harmonies of #AD189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD189B

Black with #AD189B

Text Example


Text Example

White with #AD189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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