Html Css Color HEX #AD1594 Medium Violet Red

📋 copy color: '#AD1594'

red 173 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #AD1594

Tints of Medium Violet Red #AD1594

RGB

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

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

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

R = 50.58%
G = 6.14%
B = 43.27%

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

#AD1594 (or 0xAD1594) is known color: Medium Violet Red. HEX triplet: AD, 15 and 94. RGB value is (173,21,148). Sum of RGB (Red+Green+Blue) = 173+21+148=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1594 is #52EA6B. Grayscale: #505050. Windows color (decimal): -5433964 or 9704877. OLE color: 9704877.

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

Color convert

RGB 173 21 148 -
CMYK 0 0.88 0.14 0.32
HSL 309.87º 0.78% 0.38% -
HSV(B) 309.87º 0.88% 0.68% -
XYZ 22.85 11.56 29.04 -
YUV 80.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 173 21 148 0 0.88 0.14 0.32 309.87 0.78 0.38
Hex AD 15 94 0 58 E 20 136 4E 26
Octal 255 25 224 0 130 16 40 466 116 46
Binary 10101101 10101 10010100 0 1011000 1110 100000 100110110 1001110 100110

Color Harmonies of #AD1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1594

Black with #AD1594

Text Example


Text Example

White with #AD1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1594; }

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

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

background-color css

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

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

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

border-color css

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

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

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