Html Css Color HEX #AD217C Medium Red Violet

📋 copy color: '#AD217C'

red 173 ◦ green 33 ◦ blue 124

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

Shades of Medium Red Violet #AD217C

Tints of Medium Red Violet #AD217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 52.42%
G = 10%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD217C (or 0xAD217C) is known color: Medium Red Violet. HEX triplet: AD, 21 and 7C. RGB value is (173,33,124). Sum of RGB (Red+Green+Blue) = 173+33+124=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD217C is #52DE83. Grayscale: #555555. Windows color (decimal): -5430916 or 8135085. OLE color: 8135085.

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

Color convert

RGB 173 33 124 -
CMYK 0 0.81 0.28 0.32
HSL 321º 0.68% 0.4% -
HSV(B) 321º 0.81% 0.68% -
XYZ 21.42 11.43 20.15 -
YUV 85.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 173 33 124 0 0.81 0.28 0.32 321 0.68 0.4
Hex AD 21 7C 0 51 1C 20 141 44 28
Octal 255 41 174 0 121 34 40 501 104 50
Binary 10101101 100001 1111100 0 1010001 11100 100000 101000001 1000100 101000

Color Harmonies of #AD217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD217C

Black with #AD217C

Text Example


Text Example

White with #AD217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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