Html Css Color HEX #AD1193 Medium Violet Red

📋 copy color: '#AD1193'

red 173 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #AD1193

Tints of Medium Violet Red #AD1193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.04%

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

R = 51.34%
G = 5.04%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD1193 (or 0xAD1193) is known color: Medium Violet Red. HEX triplet: AD, 11 and 93. RGB value is (173,17,147). Sum of RGB (Red+Green+Blue) = 173+17+147=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1193 is #52EE6C. Grayscale: #4E4E4E. Windows color (decimal): -5434989 or 9638317. OLE color: 9638317.

HSL color Cylindrical-coordinate representation of color #AD1193: hue angle of 310º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1193 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 147 -
CMYK 0 0.90 0.15 0.32
HSL 310º 0.82% 0.37% -
HSV(B) 310º 0.9% 0.68% -
XYZ 22.7 11.39 28.61 -
YUV 78.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 173 17 147 0 0.90 0.15 0.32 310 0.82 0.37
Hex AD 11 93 0 5A F 20 136 52 25
Octal 255 21 223 0 132 17 40 466 122 45
Binary 10101101 10001 10010011 0 1011010 1111 100000 100110110 1010010 100101

Color Harmonies of #AD1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1193

Black with #AD1193

Text Example


Text Example

White with #AD1193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1193; }

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

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

background-color css

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

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

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

border-color css

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

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

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