Html Css Color HEX #AD418E Medium Red Violet

📋 copy color: '#AD418E'

red 173 ◦ green 65 ◦ blue 142

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

Shades of Medium Red Violet #AD418E

Tints of Medium Red Violet #AD418E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 45.53%
G = 17.11%
B = 37.37%

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

#AD418E (or 0xAD418E) is known color: Medium Red Violet. HEX triplet: AD, 41 and 8E. RGB value is (173,65,142). Sum of RGB (Red+Green+Blue) = 173+65+142=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD418E is #52BE71. Grayscale: #696969. Windows color (decimal): -5422706 or 9322925. OLE color: 9322925.

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

Color convert

RGB 173 65 142 -
CMYK 0 0.62 0.18 0.32
HSL 317.22º 0.45% 0.47% -
HSV(B) 317.22º 0.62% 0.68% -
XYZ 24.01 14.62 27.15 -
YUV 106.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 173 65 142 0 0.62 0.18 0.32 317.22 0.45 0.47
Hex AD 41 8E 0 3E 12 20 13D 2D 2F
Octal 255 101 216 0 76 22 40 475 55 57
Binary 10101101 1000001 10001110 0 111110 10010 100000 100111101 101101 101111

Color Harmonies of #AD418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD418E

Black with #AD418E

Text Example


Text Example

White with #AD418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD418E; }

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

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

background-color css

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

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

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

border-color css

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

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

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