Html Css Color HEX #AD418F Medium Red Violet

📋 copy color: '#AD418F'

red 173 ◦ green 65 ◦ blue 143

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

Shades of Medium Red Violet #AD418F

Tints of Medium Red Violet #AD418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 45.41%
G = 17.06%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD418F (or 0xAD418F) is known color: Medium Red Violet. HEX triplet: AD, 41 and 8F. RGB value is (173,65,143). Sum of RGB (Red+Green+Blue) = 173+65+143=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD418F is #52BE70. Grayscale: #696969. Windows color (decimal): -5422705 or 9388461. OLE color: 9388461.

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

Color convert

RGB 173 65 143 -
CMYK 0 0.62 0.17 0.32
HSL 316.67º 0.45% 0.47% -
HSV(B) 316.67º 0.62% 0.68% -
XYZ 24.08 14.65 27.54 -
YUV 106.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 173 65 143 0 0.62 0.17 0.32 316.67 0.45 0.47
Hex AD 41 8F 0 3E 11 20 13D 2D 2F
Octal 255 101 217 0 76 21 40 475 55 57
Binary 10101101 1000001 10001111 0 111110 10001 100000 100111101 101101 101111

Color Harmonies of #AD418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD418F

Black with #AD418F

Text Example


Text Example

White with #AD418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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