Html Css Color HEX #AD3181 Medium Red Violet

📋 copy color: '#AD3181'

red 173 ◦ green 49 ◦ blue 129

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

Shades of Medium Red Violet #AD3181

Tints of Medium Red Violet #AD3181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 49.29%
G = 13.96%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD3181 (or 0xAD3181) is known color: Medium Red Violet. HEX triplet: AD, 31 and 81. RGB value is (173,49,129). Sum of RGB (Red+Green+Blue) = 173+49+129=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3181 is #52CE7E. Grayscale: #5F5F5F. Windows color (decimal): -5426815 or 8466861. OLE color: 8466861.

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

Color convert

RGB 173 49 129 -
CMYK 0 0.72 0.25 0.32
HSL 321.29º 0.56% 0.44% -
HSV(B) 321.29º 0.72% 0.68% -
XYZ 22.29 12.67 22.04 -
YUV 95.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 173 49 129 0 0.72 0.25 0.32 321.29 0.56 0.44
Hex AD 31 81 0 48 19 20 141 38 2C
Octal 255 61 201 0 110 31 40 501 70 54
Binary 10101101 110001 10000001 0 1001000 11001 100000 101000001 111000 101100

Color Harmonies of #AD3181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3181

Black with #AD3181

Text Example


Text Example

White with #AD3181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3181; }

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

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

background-color css

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

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

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

border-color css

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

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

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