Html Css Color HEX #AD2471 Medium Red Violet

📋 copy color: '#AD2471'

red 173 ◦ green 36 ◦ blue 113

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

Shades of Medium Red Violet #AD2471

Tints of Medium Red Violet #AD2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 53.73%
G = 11.18%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD2471 (or 0xAD2471) is known color: Medium Red Violet. HEX triplet: AD, 24 and 71. RGB value is (173,36,113). Sum of RGB (Red+Green+Blue) = 173+36+113=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2471 is #52DB8E. Grayscale: #555555. Windows color (decimal): -5430159 or 7414957. OLE color: 7414957.

HSL color Cylindrical-coordinate representation of color #AD2471: hue angle of 326.28º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2471 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 113 -
CMYK 0 0.79 0.35 0.32
HSL 326.28º 0.66% 0.41% -
HSV(B) 326.28º 0.79% 0.68% -
XYZ 20.85 11.34 16.71 -
YUV 85.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 173 36 113 0 0.79 0.35 0.32 326.28 0.66 0.41
Hex AD 24 71 0 4F 23 20 146 42 29
Octal 255 44 161 0 117 43 40 506 102 51
Binary 10101101 100100 1110001 0 1001111 100011 100000 101000110 1000010 101001

Color Harmonies of #AD2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2471

Black with #AD2471

Text Example


Text Example

White with #AD2471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2471; }

 p { color: rgb(173,36,113); }

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

background-color css

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

 a { background-color: rgb(173,36,113); }

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

border-color css

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

 span { border-color: rgb(173,36,113); }

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