Html Css Color HEX #AD168B Medium Violet Red

📋 copy color: '#AD168B'

red 173 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #AD168B

Tints of Medium Violet Red #AD168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 51.8%
G = 6.59%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD168B (or 0xAD168B) is known color: Medium Violet Red. HEX triplet: AD, 16 and 8B. RGB value is (173,22,139). Sum of RGB (Red+Green+Blue) = 173+22+139=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD168B is #52E974. Grayscale: #505050. Windows color (decimal): -5433717 or 9115309. OLE color: 9115309.

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

Color convert

RGB 173 22 139 -
CMYK 0 0.87 0.20 0.32
HSL 313.51º 0.77% 0.38% -
HSV(B) 313.51º 0.87% 0.68% -
XYZ 22.18 11.32 25.44 -
YUV 80.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 173 22 139 0 0.87 0.20 0.32 313.51 0.77 0.38
Hex AD 16 8B 0 57 14 20 13A 4D 26
Octal 255 26 213 0 127 24 40 472 115 46
Binary 10101101 10110 10001011 0 1010111 10100 100000 100111010 1001101 100110

Color Harmonies of #AD168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD168B

Black with #AD168B

Text Example


Text Example

White with #AD168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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