Html Css Color HEX #AD3193 Medium Red Violet

📋 copy color: '#AD3193'

red 173 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #AD3193

Tints of Medium Red Violet #AD3193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.28%

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 46.88%
G = 13.28%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD3193 (or 0xAD3193) is known color: Medium Red Violet. HEX triplet: AD, 31 and 93. RGB value is (173,49,147). Sum of RGB (Red+Green+Blue) = 173+49+147=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3193 is #52CE6C. Grayscale: #606060. Windows color (decimal): -5426797 or 9646509. OLE color: 9646509.

HSL color Cylindrical-coordinate representation of color #AD3193: hue angle of 312.58º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3193 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 147 -
CMYK 0 0.72 0.15 0.32
HSL 312.58º 0.56% 0.44% -
HSV(B) 312.58º 0.72% 0.68% -
XYZ 23.6 13.19 28.91 -
YUV 97.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 173 49 147 0 0.72 0.15 0.32 312.58 0.56 0.44
Hex AD 31 93 0 48 F 20 139 38 2C
Octal 255 61 223 0 110 17 40 471 70 54
Binary 10101101 110001 10010011 0 1001000 1111 100000 100111001 111000 101100

Color Harmonies of #AD3193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3193

Black with #AD3193

Text Example


Text Example

White with #AD3193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3193; }

 p { color: rgb(173,49,147); }

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

background-color css

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

 a { background-color: rgb(173,49,147); }

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

border-color css

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

 span { border-color: rgb(173,49,147); }

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