Html Css Color HEX #AD149C Medium Violet Red

📋 copy color: '#AD149C'

red 173 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #AD149C

Tints of Medium Violet Red #AD149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 49.57%
G = 5.73%
B = 44.7%

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

#AD149C (or 0xAD149C) is known color: Medium Violet Red. HEX triplet: AD, 14 and 9C. RGB value is (173,20,156). Sum of RGB (Red+Green+Blue) = 173+20+156=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD149C is #52EB63. Grayscale: #505050. Windows color (decimal): -5434212 or 10228909. OLE color: 10228909.

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

Color convert

RGB 173 20 156 -
CMYK 0 0.88 0.10 0.32
HSL 306.67º 0.79% 0.38% -
HSV(B) 306.67º 0.88% 0.68% -
XYZ 23.48 11.78 32.49 -
YUV 81.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 173 20 156 0 0.88 0.10 0.32 306.67 0.79 0.38
Hex AD 14 9C 0 58 A 20 133 4F 26
Octal 255 24 234 0 130 12 40 463 117 46
Binary 10101101 10100 10011100 0 1011000 1010 100000 100110011 1001111 100110

Color Harmonies of #AD149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD149C

Black with #AD149C

Text Example


Text Example

White with #AD149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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