Html Css Color HEX #AD1886 Medium Violet Red

📋 copy color: '#AD1886'

red 173 ◦ green 24 ◦ blue 134

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

Shades of Medium Violet Red #AD1886

Tints of Medium Violet Red #AD1886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 52.27%
G = 7.25%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD1886 (or 0xAD1886) is known color: Medium Violet Red. HEX triplet: AD, 18 and 86. RGB value is (173,24,134). Sum of RGB (Red+Green+Blue) = 173+24+134=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1886 is #52E779. Grayscale: #505050. Windows color (decimal): -5433210 or 8788141. OLE color: 8788141.

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

Color convert

RGB 173 24 134 -
CMYK 0 0.86 0.23 0.32
HSL 315.7º 0.76% 0.39% -
HSV(B) 315.7º 0.86% 0.68% -
XYZ 21.86 11.26 23.58 -
YUV 81.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 173 24 134 0 0.86 0.23 0.32 315.7 0.76 0.39
Hex AD 18 86 0 56 17 20 13C 4C 27
Octal 255 30 206 0 126 27 40 474 114 47
Binary 10101101 11000 10000110 0 1010110 10111 100000 100111100 1001100 100111

Color Harmonies of #AD1886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1886

Black with #AD1886

Text Example


Text Example

White with #AD1886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1886; }

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

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

background-color css

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

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

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

border-color css

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

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

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