Html Css Color HEX #AD1595 Medium Violet Red

📋 copy color: '#AD1595'

red 173 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #AD1595

Tints of Medium Violet Red #AD1595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.12%

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

R = 50.44%
G = 6.12%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD1595 (or 0xAD1595) is known color: Medium Violet Red. HEX triplet: AD, 15 and 95. RGB value is (173,21,149). Sum of RGB (Red+Green+Blue) = 173+21+149=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1595 is #52EA6A. Grayscale: #505050. Windows color (decimal): -5433963 or 9770413. OLE color: 9770413.

HSL color Cylindrical-coordinate representation of color #AD1595: hue angle of 309.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1595 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 149 -
CMYK 0 0.88 0.14 0.32
HSL 309.47º 0.78% 0.38% -
HSV(B) 309.47º 0.88% 0.68% -
XYZ 22.93 11.59 29.46 -
YUV 81.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 173 21 149 0 0.88 0.14 0.32 309.47 0.78 0.38
Hex AD 15 95 0 58 E 20 135 4E 26
Octal 255 25 225 0 130 16 40 465 116 46
Binary 10101101 10101 10010101 0 1011000 1110 100000 100110101 1001110 100110

Color Harmonies of #AD1595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1595

Black with #AD1595

Text Example


Text Example

White with #AD1595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1595; }

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

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

background-color css

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

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

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

border-color css

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

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

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