Html Css Color HEX #AD219E Medium Red Violet

📋 copy color: '#AD219E'

red 173 ◦ green 33 ◦ blue 158

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

Shades of Medium Red Violet #AD219E

Tints of Medium Red Violet #AD219E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 47.53%
G = 9.07%
B = 43.41%

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

#AD219E (or 0xAD219E) is known color: Medium Red Violet. HEX triplet: AD, 21 and 9E. RGB value is (173,33,158). Sum of RGB (Red+Green+Blue) = 173+33+158=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD219E is #52DE61. Grayscale: #585858. Windows color (decimal): -5430882 or 10363309. OLE color: 10363309.

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

Color convert

RGB 173 33 158 -
CMYK 0 0.81 0.09 0.32
HSL 306.43º 0.68% 0.4% -
HSV(B) 306.43º 0.81% 0.68% -
XYZ 23.95 12.44 33.49 -
YUV 89.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 173 33 158 0 0.81 0.09 0.32 306.43 0.68 0.4
Hex AD 21 9E 0 51 9 20 132 44 28
Octal 255 41 236 0 121 11 40 462 104 50
Binary 10101101 100001 10011110 0 1010001 1001 100000 100110010 1000100 101000

Color Harmonies of #AD219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD219E

Black with #AD219E

Text Example


Text Example

White with #AD219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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