Html Css Color HEX #AD4496 Medium Red Violet

📋 copy color: '#AD4496'

red 173 ◦ green 68 ◦ blue 150

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

Shades of Medium Red Violet #AD4496

Tints of Medium Red Violet #AD4496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 44.25%
G = 17.39%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD4496 (or 0xAD4496) is known color: Medium Red Violet. HEX triplet: AD, 44 and 96. RGB value is (173,68,150). Sum of RGB (Red+Green+Blue) = 173+68+150=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4496 is #52BB69. Grayscale: #6C6C6C. Windows color (decimal): -5421930 or 9847981. OLE color: 9847981.

HSL color Cylindrical-coordinate representation of color #AD4496: hue angle of 313.14º 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 #AD4496 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 150 -
CMYK 0 0.61 0.13 0.32
HSL 313.14º 0.44% 0.47% -
HSV(B) 313.14º 0.61% 0.68% -
XYZ 24.81 15.22 30.48 -
YUV 108.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 173 68 150 0 0.61 0.13 0.32 313.14 0.44 0.47
Hex AD 44 96 0 3D D 20 139 2C 2F
Octal 255 104 226 0 75 15 40 471 54 57
Binary 10101101 1000100 10010110 0 111101 1101 100000 100111001 101100 101111

Color Harmonies of #AD4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4496

Black with #AD4496

Text Example


Text Example

White with #AD4496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4496; }

 p { color: rgb(173,68,150); }

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

background-color css

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

 a { background-color: rgb(173,68,150); }

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

border-color css

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

 span { border-color: rgb(173,68,150); }

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