Html Css Color HEX #AD1685 Medium Violet Red

📋 copy color: '#AD1685'

red 173 ◦ green 22 ◦ blue 133

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

Shades of Medium Violet Red #AD1685

Tints of Medium Violet Red #AD1685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 52.74%
G = 6.71%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD1685 (or 0xAD1685) is known color: Medium Violet Red. HEX triplet: AD, 16 and 85. RGB value is (173,22,133). Sum of RGB (Red+Green+Blue) = 173+22+133=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1685 is #52E97A. Grayscale: #4F4F4F. Windows color (decimal): -5433723 or 8722093. OLE color: 8722093.

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

Color convert

RGB 173 22 133 -
CMYK 0 0.87 0.23 0.32
HSL 315.89º 0.77% 0.38% -
HSV(B) 315.89º 0.87% 0.68% -
XYZ 21.75 11.15 23.2 -
YUV 79.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 173 22 133 0 0.87 0.23 0.32 315.89 0.77 0.38
Hex AD 16 85 0 57 17 20 13C 4D 26
Octal 255 26 205 0 127 27 40 474 115 46
Binary 10101101 10110 10000101 0 1010111 10111 100000 100111100 1001101 100110

Color Harmonies of #AD1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1685

Black with #AD1685

Text Example


Text Example

White with #AD1685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1685; }

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

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

background-color css

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

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

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

border-color css

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

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

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