Html Css Color HEX #AD318B Medium Red Violet

📋 copy color: '#AD318B'

red 173 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #AD318B

Tints of Medium Red Violet #AD318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 47.92%
G = 13.57%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD318B (or 0xAD318B) is known color: Medium Red Violet. HEX triplet: AD, 31 and 8B. RGB value is (173,49,139). Sum of RGB (Red+Green+Blue) = 173+49+139=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD318B is #52CE74. Grayscale: #606060. Windows color (decimal): -5426805 or 9122221. OLE color: 9122221.

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

Color convert

RGB 173 49 139 -
CMYK 0 0.72 0.20 0.32
HSL 316.45º 0.56% 0.44% -
HSV(B) 316.45º 0.72% 0.68% -
XYZ 22.99 12.94 25.71 -
YUV 96.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 173 49 139 0 0.72 0.20 0.32 316.45 0.56 0.44
Hex AD 31 8B 0 48 14 20 13C 38 2C
Octal 255 61 213 0 110 24 40 474 70 54
Binary 10101101 110001 10001011 0 1001000 10100 100000 100111100 111000 101100

Color Harmonies of #AD318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD318B

Black with #AD318B

Text Example


Text Example

White with #AD318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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