Html Css Color HEX #AD1990 Medium Violet Red

📋 copy color: '#AD1990'

red 173 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #AD1990

Tints of Medium Violet Red #AD1990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 50.58%
G = 7.31%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD1990 (or 0xAD1990) is known color: Medium Violet Red. HEX triplet: AD, 19 and 90. RGB value is (173,25,144). Sum of RGB (Red+Green+Blue) = 173+25+144=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1990 is #52E66F. Grayscale: #525252. Windows color (decimal): -5432944 or 9443757. OLE color: 9443757.

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

Color convert

RGB 173 25 144 -
CMYK 0 0.86 0.17 0.32
HSL 311.76º 0.75% 0.39% -
HSV(B) 311.76º 0.86% 0.68% -
XYZ 22.62 11.59 27.43 -
YUV 82.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 173 25 144 0 0.86 0.17 0.32 311.76 0.75 0.39
Hex AD 19 90 0 56 11 20 138 4B 27
Octal 255 31 220 0 126 21 40 470 113 47
Binary 10101101 11001 10010000 0 1010110 10001 100000 100111000 1001011 100111

Color Harmonies of #AD1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1990

Black with #AD1990

Text Example


Text Example

White with #AD1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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