Html Css Color HEX #AD1895 Medium Violet Red

📋 copy color: '#AD1895'

red 173 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #AD1895

Tints of Medium Violet Red #AD1895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 50%
G = 6.94%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD1895 (or 0xAD1895) is known color: Medium Violet Red. HEX triplet: AD, 18 and 95. RGB value is (173,24,149). Sum of RGB (Red+Green+Blue) = 173+24+149=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1895 is #52E76A. Grayscale: #525252. Windows color (decimal): -5433195 or 9771181. OLE color: 9771181.

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

Color convert

RGB 173 24 149 -
CMYK 0 0.86 0.14 0.32
HSL 309.66º 0.76% 0.39% -
HSV(B) 309.66º 0.86% 0.68% -
XYZ 22.99 11.71 29.48 -
YUV 82.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 173 24 149 0 0.86 0.14 0.32 309.66 0.76 0.39
Hex AD 18 95 0 56 E 20 136 4C 27
Octal 255 30 225 0 126 16 40 466 114 47
Binary 10101101 11000 10010101 0 1010110 1110 100000 100110110 1001100 100111

Color Harmonies of #AD1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1895

Black with #AD1895

Text Example


Text Example

White with #AD1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1895; }

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

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

background-color css

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

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

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

border-color css

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

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

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