Html Css Color HEX #AD168E Medium Violet Red

📋 copy color: '#AD168E'

red 173 ◦ green 22 ◦ blue 142

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

Shades of Medium Violet Red #AD168E

Tints of Medium Violet Red #AD168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 51.34%
G = 6.53%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD168E (or 0xAD168E) is known color: Medium Violet Red. HEX triplet: AD, 16 and 8E. RGB value is (173,22,142). Sum of RGB (Red+Green+Blue) = 173+22+142=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD168E is #52E971. Grayscale: #505050. Windows color (decimal): -5433714 or 9311917. OLE color: 9311917.

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

Color convert

RGB 173 22 142 -
CMYK 0 0.87 0.18 0.32
HSL 312.32º 0.77% 0.38% -
HSV(B) 312.32º 0.87% 0.68% -
XYZ 22.4 11.41 26.61 -
YUV 80.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 173 22 142 0 0.87 0.18 0.32 312.32 0.77 0.38
Hex AD 16 8E 0 57 12 20 138 4D 26
Octal 255 26 216 0 127 22 40 470 115 46
Binary 10101101 10110 10001110 0 1010111 10010 100000 100111000 1001101 100110

Color Harmonies of #AD168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD168E

Black with #AD168E

Text Example


Text Example

White with #AD168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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