Html Css Color HEX #AD4494 Medium Red Violet

📋 copy color: '#AD4494'

red 173 ◦ green 68 ◦ blue 148

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

Shades of Medium Red Violet #AD4494

Tints of Medium Red Violet #AD4494

RGB

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

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

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

R = 44.47%
G = 17.48%
B = 38.05%

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

#AD4494 (or 0xAD4494) is known color: Medium Red Violet. HEX triplet: AD, 44 and 94. RGB value is (173,68,148). Sum of RGB (Red+Green+Blue) = 173+68+148=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4494 is #52BB6B. Grayscale: #6C6C6C. Windows color (decimal): -5421932 or 9716909. OLE color: 9716909.

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

Color convert

RGB 173 68 148 -
CMYK 0 0.61 0.14 0.32
HSL 314.29º 0.44% 0.47% -
HSV(B) 314.29º 0.61% 0.68% -
XYZ 24.65 15.16 29.64 -
YUV 108.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 173 68 148 0 0.61 0.14 0.32 314.29 0.44 0.47
Hex AD 44 94 0 3D E 20 13A 2C 2F
Octal 255 104 224 0 75 16 40 472 54 57
Binary 10101101 1000100 10010100 0 111101 1110 100000 100111010 101100 101111

Color Harmonies of #AD4494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4494

Black with #AD4494

Text Example


Text Example

White with #AD4494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4494; }

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

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

background-color css

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

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

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

border-color css

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

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

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