Html Css Color HEX #AD139A Medium Violet Red

📋 copy color: '#AD139A'

red 173 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #AD139A

Tints of Medium Violet Red #AD139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 50%
G = 5.49%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD139A (or 0xAD139A) is known color: Medium Violet Red. HEX triplet: AD, 13 and 9A. RGB value is (173,19,154). Sum of RGB (Red+Green+Blue) = 173+19+154=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD139A is #52EC65. Grayscale: #505050. Windows color (decimal): -5434470 or 10097581. OLE color: 10097581.

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

Color convert

RGB 173 19 154 -
CMYK 0 0.89 0.11 0.32
HSL 307.4º 0.8% 0.38% -
HSV(B) 307.4º 0.89% 0.68% -
XYZ 23.3 11.68 31.6 -
YUV 80.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 173 19 154 0 0.89 0.11 0.32 307.4 0.8 0.38
Hex AD 13 9A 0 59 B 20 133 50 26
Octal 255 23 232 0 131 13 40 463 120 46
Binary 10101101 10011 10011010 0 1011001 1011 100000 100110011 1010000 100110

Color Harmonies of #AD139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD139A

Black with #AD139A

Text Example


Text Example

White with #AD139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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