Html Css Color HEX #AD1995 Medium Violet Red

📋 copy color: '#AD1995'

red 173 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #AD1995

Tints of Medium Violet Red #AD1995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.2%

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

R = 49.86%
G = 7.2%
B = 42.94%

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

#AD1995 (or 0xAD1995) is known color: Medium Violet Red. HEX triplet: AD, 19 and 95. RGB value is (173,25,149). Sum of RGB (Red+Green+Blue) = 173+25+149=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1995 is #52E66A. Grayscale: #535353. Windows color (decimal): -5432939 or 9771437. OLE color: 9771437.

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

Color convert

RGB 173 25 149 -
CMYK 0 0.86 0.14 0.32
HSL 309.73º 0.75% 0.39% -
HSV(B) 309.73º 0.86% 0.68% -
XYZ 23.01 11.75 29.49 -
YUV 83.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 173 25 149 0 0.86 0.14 0.32 309.73 0.75 0.39
Hex AD 19 95 0 56 E 20 136 4B 27
Octal 255 31 225 0 126 16 40 466 113 47
Binary 10101101 11001 10010101 0 1010110 1110 100000 100110110 1001011 100111

Color Harmonies of #AD1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1995

Black with #AD1995

Text Example


Text Example

White with #AD1995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1995; }

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

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

background-color css

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

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

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

border-color css

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

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

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