Html Css Color HEX #AD219D Medium Red Violet

📋 copy color: '#AD219D'

red 173 ◦ green 33 ◦ blue 157

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

Shades of Medium Red Violet #AD219D

Tints of Medium Red Violet #AD219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 47.66%
G = 9.09%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD219D (or 0xAD219D) is known color: Medium Red Violet. HEX triplet: AD, 21 and 9D. RGB value is (173,33,157). Sum of RGB (Red+Green+Blue) = 173+33+157=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD219D is #52DE62. Grayscale: #585858. Windows color (decimal): -5430883 or 10297773. OLE color: 10297773.

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

Color convert

RGB 173 33 157 -
CMYK 0 0.81 0.09 0.32
HSL 306.86º 0.68% 0.4% -
HSV(B) 306.86º 0.81% 0.68% -
XYZ 23.86 12.41 33.04 -
YUV 89 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 173 33 157 0 0.81 0.09 0.32 306.86 0.68 0.4
Hex AD 21 9D 0 51 9 20 133 44 28
Octal 255 41 235 0 121 11 40 463 104 50
Binary 10101101 100001 10011101 0 1010001 1001 100000 100110011 1000100 101000

Color Harmonies of #AD219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD219D

Black with #AD219D

Text Example


Text Example

White with #AD219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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