Html Css Color HEX #AD149A Medium Violet Red

📋 copy color: '#AD149A'

red 173 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #AD149A

Tints of Medium Violet Red #AD149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 49.86%
G = 5.76%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD149A (or 0xAD149A) is known color: Medium Violet Red. HEX triplet: AD, 14 and 9A. RGB value is (173,20,154). Sum of RGB (Red+Green+Blue) = 173+20+154=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD149A is #52EB65. Grayscale: #505050. Windows color (decimal): -5434214 or 10097837. OLE color: 10097837.

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

Color convert

RGB 173 20 154 -
CMYK 0 0.88 0.11 0.32
HSL 307.45º 0.79% 0.38% -
HSV(B) 307.45º 0.88% 0.68% -
XYZ 23.32 11.72 31.6 -
YUV 81.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 173 20 154 0 0.88 0.11 0.32 307.45 0.79 0.38
Hex AD 14 9A 0 58 B 20 133 4F 26
Octal 255 24 232 0 130 13 40 463 117 46
Binary 10101101 10100 10011010 0 1011000 1011 100000 100110011 1001111 100110

Color Harmonies of #AD149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD149A

Black with #AD149A

Text Example


Text Example

White with #AD149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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