Html Css Color HEX #AD167D Medium Violet Red

📋 copy color: '#AD167D'

red 173 ◦ green 22 ◦ blue 125

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

Shades of Medium Violet Red #AD167D

Tints of Medium Violet Red #AD167D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.88%

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

R = 54.06%
G = 6.88%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD167D (or 0xAD167D) is known color: Medium Violet Red. HEX triplet: AD, 16 and 7D. RGB value is (173,22,125). Sum of RGB (Red+Green+Blue) = 173+22+125=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD167D is #52E982. Grayscale: #4E4E4E. Windows color (decimal): -5433731 or 8197805. OLE color: 8197805.

HSL color Cylindrical-coordinate representation of color #AD167D: hue angle of 319.07º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD167D is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 22 125 -
CMYK 0 0.87 0.28 0.32
HSL 319.07º 0.77% 0.38% -
HSV(B) 319.07º 0.87% 0.68% -
XYZ 21.22 10.94 20.39 -
YUV 78.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 173 22 125 0 0.87 0.28 0.32 319.07 0.77 0.38
Hex AD 16 7D 0 57 1C 20 13F 4D 26
Octal 255 26 175 0 127 34 40 477 115 46
Binary 10101101 10110 1111101 0 1010111 11100 100000 100111111 1001101 100110

Color Harmonies of #AD167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD167D

Black with #AD167D

Text Example


Text Example

White with #AD167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD167D; }

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

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

background-color css

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

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

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

border-color css

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

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

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