Html Css Color HEX #AD318D Medium Red Violet

📋 copy color: '#AD318D'

red 173 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #AD318D

Tints of Medium Red Violet #AD318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 47.66%
G = 13.5%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD318D (or 0xAD318D) is known color: Medium Red Violet. HEX triplet: AD, 31 and 8D. RGB value is (173,49,141). Sum of RGB (Red+Green+Blue) = 173+49+141=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD318D is #52CE72. Grayscale: #606060. Windows color (decimal): -5426803 or 9253293. OLE color: 9253293.

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

Color convert

RGB 173 49 141 -
CMYK 0 0.72 0.18 0.32
HSL 315.48º 0.56% 0.44% -
HSV(B) 315.48º 0.72% 0.68% -
XYZ 23.14 13 26.49 -
YUV 96.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 173 49 141 0 0.72 0.18 0.32 315.48 0.56 0.44
Hex AD 31 8D 0 48 12 20 13B 38 2C
Octal 255 61 215 0 110 22 40 473 70 54
Binary 10101101 110001 10001101 0 1001000 10010 100000 100111011 111000 101100

Color Harmonies of #AD318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD318D

Black with #AD318D

Text Example


Text Example

White with #AD318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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