Html Css Color HEX #AD1392 Medium Violet Red

📋 copy color: '#AD1392'

red 173 ◦ green 19 ◦ blue 146

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

Shades of Medium Violet Red #AD1392

Tints of Medium Violet Red #AD1392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 51.18%
G = 5.62%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD1392 (or 0xAD1392) is known color: Medium Violet Red. HEX triplet: AD, 13 and 92. RGB value is (173,19,146). Sum of RGB (Red+Green+Blue) = 173+19+146=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1392 is #52EC6D. Grayscale: #4F4F4F. Windows color (decimal): -5434478 or 9573293. OLE color: 9573293.

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

Color convert

RGB 173 19 146 -
CMYK 0 0.89 0.16 0.32
HSL 310.52º 0.8% 0.38% -
HSV(B) 310.52º 0.89% 0.68% -
XYZ 22.65 11.43 28.21 -
YUV 79.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 173 19 146 0 0.89 0.16 0.32 310.52 0.8 0.38
Hex AD 13 92 0 59 10 20 137 50 26
Octal 255 23 222 0 131 20 40 467 120 46
Binary 10101101 10011 10010010 0 1011001 10000 100000 100110111 1010000 100110

Color Harmonies of #AD1392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1392

Black with #AD1392

Text Example


Text Example

White with #AD1392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1392; }

 p { color: rgb(173,19,146); }

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

background-color css

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

 a { background-color: rgb(173,19,146); }

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

border-color css

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

 span { border-color: rgb(173,19,146); }

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