Html Css Color HEX #AD2172 Medium Red Violet

📋 copy color: '#AD2172'

red 173 ◦ green 33 ◦ blue 114

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

Shades of Medium Red Violet #AD2172

Tints of Medium Red Violet #AD2172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 54.06%
G = 10.31%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD2172 (or 0xAD2172) is known color: Medium Red Violet. HEX triplet: AD, 21 and 72. RGB value is (173,33,114). Sum of RGB (Red+Green+Blue) = 173+33+114=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2172 is #52DE8D. Grayscale: #535353. Windows color (decimal): -5430926 or 7479725. OLE color: 7479725.

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

Color convert

RGB 173 33 114 -
CMYK 0 0.81 0.34 0.32
HSL 325.29º 0.68% 0.4% -
HSV(B) 325.29º 0.81% 0.68% -
XYZ 20.81 11.19 16.98 -
YUV 84.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 173 33 114 0 0.81 0.34 0.32 325.29 0.68 0.4
Hex AD 21 72 0 51 22 20 145 44 28
Octal 255 41 162 0 121 42 40 505 104 50
Binary 10101101 100001 1110010 0 1010001 100010 100000 101000101 1000100 101000

Color Harmonies of #AD2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2172

Black with #AD2172

Text Example


Text Example

White with #AD2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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