#AD1790

Color #AD1790 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AD1790

Tints of Medium Violet Red #AD1790

Color information

#AD1790 (or 0xAD1790) is unknown color: approx Medium Violet Red. HEX triplet: AD, 17 and 90. RGB value is (173,23,144). Sum of RGB (Red+Green+Blue) = 173+23+144=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1790 is #52E86F. Grayscale: #515151. Windows color (decimal): -5433456 or 9443245. OLE color: 9443245.

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

Color convert

RGB17323144-
CMYK00.870.170.32
HSL311.6º76.53%38.43%-
HSV(B)311.6º86.71%67.84%-
XYZ22.5711.5127.42-
YUV81.64163.2193.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 23 (9.38% from 255) = 6.76%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=50.88%
G=6.76%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732314400.870.170.32311.676.5338.43
HexAD179005711201384d26
Octal255272200127214047011546
Binary10101101101111001000001010111100011000001001110001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1790; }

 p { color: rgb(173,23,144); }

 H1.HeaderClassName
 {
   color: #AD1790;
 }
 .AnyTagClassName
 {
   color: #AD1790;
 }
</style>
background-color css

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

 a { background-color: rgb(173,23,144); }

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

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

 span { border-color: rgb(173,23,144); }

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