Html Css Color HEX #AD1684 Medium Violet Red

📋 copy color: '#AD1684'

red 173 ◦ green 22 ◦ blue 132

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

Shades of Medium Violet Red #AD1684

Tints of Medium Violet Red #AD1684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 52.91%
G = 6.73%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD1684 (or 0xAD1684) is known color: Medium Violet Red. HEX triplet: AD, 16 and 84. RGB value is (173,22,132). Sum of RGB (Red+Green+Blue) = 173+22+132=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1684 is #52E97B. Grayscale: #4F4F4F. Windows color (decimal): -5433724 or 8656557. OLE color: 8656557.

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

Color convert

RGB 173 22 132 -
CMYK 0 0.87 0.24 0.32
HSL 316.29º 0.77% 0.38% -
HSV(B) 316.29º 0.87% 0.68% -
XYZ 21.69 11.12 22.83 -
YUV 79.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 173 22 132 0 0.87 0.24 0.32 316.29 0.77 0.38
Hex AD 16 84 0 57 18 20 13C 4D 26
Octal 255 26 204 0 127 30 40 474 115 46
Binary 10101101 10110 10000100 0 1010111 11000 100000 100111100 1001101 100110

Color Harmonies of #AD1684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1684

Black with #AD1684

Text Example


Text Example

White with #AD1684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1684; }

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

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

background-color css

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

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

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

border-color css

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

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

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