Html Css Color HEX #AD1884 Medium Violet Red

📋 copy color: '#AD1884'

red 173 ◦ green 24 ◦ blue 132

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

Shades of Medium Violet Red #AD1884

Tints of Medium Violet Red #AD1884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 52.58%
G = 7.29%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD1884 (or 0xAD1884) is known color: Medium Violet Red. HEX triplet: AD, 18 and 84. RGB value is (173,24,132). Sum of RGB (Red+Green+Blue) = 173+24+132=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1884 is #52E77B. Grayscale: #505050. Windows color (decimal): -5433212 or 8657069. OLE color: 8657069.

HSL color Cylindrical-coordinate representation of color #AD1884: hue angle of 316.51º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1884 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 132 -
CMYK 0 0.86 0.24 0.32
HSL 316.51º 0.76% 0.39% -
HSV(B) 316.51º 0.86% 0.68% -
XYZ 21.73 11.2 22.85 -
YUV 80.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 173 24 132 0 0.86 0.24 0.32 316.51 0.76 0.39
Hex AD 18 84 0 56 18 20 13D 4C 27
Octal 255 30 204 0 126 30 40 475 114 47
Binary 10101101 11000 10000100 0 1010110 11000 100000 100111101 1001100 100111

Color Harmonies of #AD1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1884

Black with #AD1884

Text Example


Text Example

White with #AD1884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1884; }

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

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

background-color css

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

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

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

border-color css

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

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

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