Html Css Color HEX #AD219F Medium Red Violet

📋 copy color: '#AD219F'

red 173 ◦ green 33 ◦ blue 159

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

Shades of Medium Red Violet #AD219F

Tints of Medium Red Violet #AD219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 47.4%
G = 9.04%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD219F (or 0xAD219F) is known color: Medium Red Violet. HEX triplet: AD, 21 and 9F. RGB value is (173,33,159). Sum of RGB (Red+Green+Blue) = 173+33+159=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD219F is #52DE60. Grayscale: #585858. Windows color (decimal): -5430881 or 10428845. OLE color: 10428845.

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

Color convert

RGB 173 33 159 -
CMYK 0 0.81 0.08 0.32
HSL 306º 0.68% 0.4% -
HSV(B) 306º 0.81% 0.68% -
XYZ 24.04 12.48 33.94 -
YUV 89.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 173 33 159 0 0.81 0.08 0.32 306 0.68 0.4
Hex AD 21 9F 0 51 8 20 132 44 28
Octal 255 41 237 0 121 10 40 462 104 50
Binary 10101101 100001 10011111 0 1010001 1000 100000 100110010 1000100 101000

Color Harmonies of #AD219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD219F

Black with #AD219F

Text Example


Text Example

White with #AD219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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