Html Css Color HEX #AD31A1 Medium Red Violet

📋 copy color: '#AD31A1'

red 173 ◦ green 49 ◦ blue 161

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

Shades of Medium Red Violet #AD31A1

Tints of Medium Red Violet #AD31A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 45.17%
G = 12.79%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD31A1 (or 0xAD31A1) is known color: Medium Red Violet. HEX triplet: AD, 31 and A1. RGB value is (173,49,161). Sum of RGB (Red+Green+Blue) = 173+49+161=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD31A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD31A1 is #52CE5E. Grayscale: #626262. Windows color (decimal): -5426783 or 10564013. OLE color: 10564013.

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

Color convert

RGB 173 49 161 -
CMYK 0 0.72 0.07 0.32
HSL 305.81º 0.56% 0.44% -
HSV(B) 305.81º 0.72% 0.68% -
XYZ 24.76 13.65 35.05 -
YUV 98.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 173 49 161 0 0.72 0.07 0.32 305.81 0.56 0.44
Hex AD 31 A1 0 48 7 20 132 38 2C
Octal 255 61 241 0 110 7 40 462 70 54
Binary 10101101 110001 10100001 0 1001000 111 100000 100110010 111000 101100

Color Harmonies of #AD31A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31A1

Black with #AD31A1

Text Example


Text Example

White with #AD31A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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