Html Css Color HEX #AD3184 Medium Red Violet

📋 copy color: '#AD3184'

red 173 ◦ green 49 ◦ blue 132

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

Shades of Medium Red Violet #AD3184

Tints of Medium Red Violet #AD3184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 48.87%
G = 13.84%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD3184 (or 0xAD3184) is known color: Medium Red Violet. HEX triplet: AD, 31 and 84. RGB value is (173,49,132). Sum of RGB (Red+Green+Blue) = 173+49+132=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3184 is #52CE7B. Grayscale: #5F5F5F. Windows color (decimal): -5426812 or 8663469. OLE color: 8663469.

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

Color convert

RGB 173 49 132 -
CMYK 0 0.72 0.24 0.32
HSL 319.84º 0.56% 0.44% -
HSV(B) 319.84º 0.72% 0.68% -
XYZ 22.5 12.75 23.1 -
YUV 95.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 173 49 132 0 0.72 0.24 0.32 319.84 0.56 0.44
Hex AD 31 84 0 48 18 20 140 38 2C
Octal 255 61 204 0 110 30 40 500 70 54
Binary 10101101 110001 10000100 0 1001000 11000 100000 101000000 111000 101100

Color Harmonies of #AD3184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3184

Black with #AD3184

Text Example


Text Example

White with #AD3184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3184; }

 p { color: rgb(173,49,132); }

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

background-color css

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

 a { background-color: rgb(173,49,132); }

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

border-color css

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

 span { border-color: rgb(173,49,132); }

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