Html Css Color HEX #AD4193 Medium Red Violet

📋 copy color: '#AD4193'

red 173 ◦ green 65 ◦ blue 147

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

Shades of Medium Red Violet #AD4193

Tints of Medium Red Violet #AD4193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 44.94%
G = 16.88%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD4193 (or 0xAD4193) is known color: Medium Red Violet. HEX triplet: AD, 41 and 93. RGB value is (173,65,147). Sum of RGB (Red+Green+Blue) = 173+65+147=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4193 is #52BE6C. Grayscale: #6A6A6A. Windows color (decimal): -5422701 or 9650605. OLE color: 9650605.

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

Color convert

RGB 173 65 147 -
CMYK 0 0.62 0.15 0.32
HSL 314.44º 0.45% 0.47% -
HSV(B) 314.44º 0.62% 0.68% -
XYZ 24.39 14.77 29.17 -
YUV 106.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 173 65 147 0 0.62 0.15 0.32 314.44 0.45 0.47
Hex AD 41 93 0 3E F 20 13A 2D 2F
Octal 255 101 223 0 76 17 40 472 55 57
Binary 10101101 1000001 10010011 0 111110 1111 100000 100111010 101101 101111

Color Harmonies of #AD4193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4193

Black with #AD4193

Text Example


Text Example

White with #AD4193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4193; }

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

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

background-color css

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

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

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

border-color css

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

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

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