Html Css Color HEX #AD418D Medium Red Violet

📋 copy color: '#AD418D'

red 173 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #AD418D

Tints of Medium Red Violet #AD418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

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

R = 45.65%
G = 17.15%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD418D (or 0xAD418D) is known color: Medium Red Violet. HEX triplet: AD, 41 and 8D. RGB value is (173,65,141). Sum of RGB (Red+Green+Blue) = 173+65+141=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD418D is #52BE72. Grayscale: #696969. Windows color (decimal): -5422707 or 9257389. OLE color: 9257389.

HSL color Cylindrical-coordinate representation of color #AD418D: hue angle of 317.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD418D is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 141 -
CMYK 0 0.62 0.18 0.32
HSL 317.78º 0.45% 0.47% -
HSV(B) 317.78º 0.62% 0.68% -
XYZ 23.93 14.59 26.75 -
YUV 105.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 173 65 141 0 0.62 0.18 0.32 317.78 0.45 0.47
Hex AD 41 8D 0 3E 12 20 13E 2D 2F
Octal 255 101 215 0 76 22 40 476 55 57
Binary 10101101 1000001 10001101 0 111110 10010 100000 100111110 101101 101111

Color Harmonies of #AD418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD418D

Black with #AD418D

Text Example


Text Example

White with #AD418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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