Html Css Color HEX #AD1994 Medium Violet Red

📋 copy color: '#AD1994'

red 173 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #AD1994

Tints of Medium Violet Red #AD1994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 50%
G = 7.23%
B = 42.77%

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

#AD1994 (or 0xAD1994) is known color: Medium Violet Red. HEX triplet: AD, 19 and 94. RGB value is (173,25,148). Sum of RGB (Red+Green+Blue) = 173+25+148=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1994 is #52E66B. Grayscale: #525252. Windows color (decimal): -5432940 or 9705901. OLE color: 9705901.

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

Color convert

RGB 173 25 148 -
CMYK 0 0.86 0.14 0.32
HSL 310.14º 0.75% 0.39% -
HSV(B) 310.14º 0.86% 0.68% -
XYZ 22.93 11.72 29.07 -
YUV 83.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 173 25 148 0 0.86 0.14 0.32 310.14 0.75 0.39
Hex AD 19 94 0 56 E 20 136 4B 27
Octal 255 31 224 0 126 16 40 466 113 47
Binary 10101101 11001 10010100 0 1010110 1110 100000 100110110 1001011 100111

Color Harmonies of #AD1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1994

Black with #AD1994

Text Example


Text Example

White with #AD1994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1994; }

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

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

background-color css

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

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

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

border-color css

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

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

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