Html Css Color HEX #AD218C Medium Red Violet

📋 copy color: '#AD218C'

red 173 ◦ green 33 ◦ blue 140

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

Shades of Medium Red Violet #AD218C

Tints of Medium Red Violet #AD218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 50%
G = 9.54%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD218C (or 0xAD218C) is known color: Medium Red Violet. HEX triplet: AD, 21 and 8C. RGB value is (173,33,140). Sum of RGB (Red+Green+Blue) = 173+33+140=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD218C is #52DE73. Grayscale: #565656. Windows color (decimal): -5430900 or 9183661. OLE color: 9183661.

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

Color convert

RGB 173 33 140 -
CMYK 0 0.81 0.19 0.32
HSL 314.14º 0.68% 0.4% -
HSV(B) 314.14º 0.81% 0.68% -
XYZ 22.51 11.87 25.91 -
YUV 87.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 173 33 140 0 0.81 0.19 0.32 314.14 0.68 0.4
Hex AD 21 8C 0 51 13 20 13A 44 28
Octal 255 41 214 0 121 23 40 472 104 50
Binary 10101101 100001 10001100 0 1010001 10011 100000 100111010 1000100 101000

Color Harmonies of #AD218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD218C

Black with #AD218C

Text Example


Text Example

White with #AD218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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