Html Css Color HEX #AD218D Medium Red Violet

📋 copy color: '#AD218D'

red 173 ◦ green 33 ◦ blue 141

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

Shades of Medium Red Violet #AD218D

Tints of Medium Red Violet #AD218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

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

R = 49.86%
G = 9.51%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD218D (or 0xAD218D) is known color: Medium Red Violet. HEX triplet: AD, 21 and 8D. RGB value is (173,33,141). Sum of RGB (Red+Green+Blue) = 173+33+141=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD218D is #52DE72. Grayscale: #565656. Windows color (decimal): -5430899 or 9249197. OLE color: 9249197.

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

Color convert

RGB 173 33 141 -
CMYK 0 0.81 0.18 0.32
HSL 313.71º 0.68% 0.4% -
HSV(B) 313.71º 0.81% 0.68% -
XYZ 22.59 11.9 26.3 -
YUV 87.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 173 33 141 0 0.81 0.18 0.32 313.71 0.68 0.4
Hex AD 21 8D 0 51 12 20 13A 44 28
Octal 255 41 215 0 121 22 40 472 104 50
Binary 10101101 100001 10001101 0 1010001 10010 100000 100111010 1000100 101000

Color Harmonies of #AD218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD218D

Black with #AD218D

Text Example


Text Example

White with #AD218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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