Html Css Color HEX #AD4394 Medium Red Violet

📋 copy color: '#AD4394'

red 173 ◦ green 67 ◦ blue 148

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

Shades of Medium Red Violet #AD4394

Tints of Medium Red Violet #AD4394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.27%

 BLUE value IS 148 (58.2% from 255) = 38.14%

R = 44.59%
G = 17.27%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD4394 (or 0xAD4394) is known color: Medium Red Violet. HEX triplet: AD, 43 and 94. RGB value is (173,67,148). Sum of RGB (Red+Green+Blue) = 173+67+148=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4394 is #52BC6B. Grayscale: #6B6B6B. Windows color (decimal): -5422188 or 9716653. OLE color: 9716653.

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

Color convert

RGB 173 67 148 -
CMYK 0 0.61 0.14 0.32
HSL 314.15º 0.44% 0.47% -
HSV(B) 314.15º 0.61% 0.68% -
XYZ 24.59 15.04 29.62 -
YUV 107.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 173 67 148 0 0.61 0.14 0.32 314.15 0.44 0.47
Hex AD 43 94 0 3D E 20 13A 2C 2F
Octal 255 103 224 0 75 16 40 472 54 57
Binary 10101101 1000011 10010100 0 111101 1110 100000 100111010 101100 101111

Color Harmonies of #AD4394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4394

Black with #AD4394

Text Example


Text Example

White with #AD4394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4394; }

 p { color: rgb(173,67,148); }

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

background-color css

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

 a { background-color: rgb(173,67,148); }

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

border-color css

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

 span { border-color: rgb(173,67,148); }

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