Html Css Color HEX #AD217D Medium Red Violet

📋 copy color: '#AD217D'

red 173 ◦ green 33 ◦ blue 125

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

Shades of Medium Red Violet #AD217D

Tints of Medium Red Violet #AD217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 52.27%
G = 9.97%
B = 37.76%

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

#AD217D (or 0xAD217D) is known color: Medium Red Violet. HEX triplet: AD, 21 and 7D. RGB value is (173,33,125). Sum of RGB (Red+Green+Blue) = 173+33+125=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD217D is #52DE82. Grayscale: #555555. Windows color (decimal): -5430915 or 8200621. OLE color: 8200621.

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

Color convert

RGB 173 33 125 -
CMYK 0 0.81 0.28 0.32
HSL 320.57º 0.68% 0.4% -
HSV(B) 320.57º 0.81% 0.68% -
XYZ 21.48 11.45 20.48 -
YUV 85.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 173 33 125 0 0.81 0.28 0.32 320.57 0.68 0.4
Hex AD 21 7D 0 51 1C 20 141 44 28
Octal 255 41 175 0 121 34 40 501 104 50
Binary 10101101 100001 1111101 0 1010001 11100 100000 101000001 1000100 101000

Color Harmonies of #AD217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD217D

Black with #AD217D

Text Example


Text Example

White with #AD217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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