Html Css Color HEX #AD1185 Medium Violet Red

📋 copy color: '#AD1185'

red 173 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #AD1185

Tints of Medium Violet Red #AD1185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.26%

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

R = 53.56%
G = 5.26%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD1185 (or 0xAD1185) is known color: Medium Violet Red. HEX triplet: AD, 11 and 85. RGB value is (173,17,133). Sum of RGB (Red+Green+Blue) = 173+17+133=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1185 is #52EE7A. Grayscale: #4C4C4C. Windows color (decimal): -5435003 or 8720813. OLE color: 8720813.

HSL color Cylindrical-coordinate representation of color #AD1185: hue angle of 315.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1185 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 133 -
CMYK 0 0.90 0.23 0.32
HSL 315.38º 0.82% 0.37% -
HSV(B) 315.38º 0.9% 0.68% -
XYZ 21.67 10.98 23.17 -
YUV 76.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 173 17 133 0 0.90 0.23 0.32 315.38 0.82 0.37
Hex AD 11 85 0 5A 17 20 13B 52 25
Octal 255 21 205 0 132 27 40 473 122 45
Binary 10101101 10001 10000101 0 1011010 10111 100000 100111011 1010010 100101

Color Harmonies of #AD1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1185

Black with #AD1185

Text Example


Text Example

White with #AD1185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1185; }

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

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

background-color css

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

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

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

border-color css

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

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

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