Html Css Color HEX #AD1393 Medium Violet Red

📋 copy color: '#AD1393'

red 173 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #AD1393

Tints of Medium Violet Red #AD1393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 51.03%
G = 5.6%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD1393 (or 0xAD1393) is known color: Medium Violet Red. HEX triplet: AD, 13 and 93. RGB value is (173,19,147). Sum of RGB (Red+Green+Blue) = 173+19+147=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1393 is #52EC6C. Grayscale: #4F4F4F. Windows color (decimal): -5434477 or 9638829. OLE color: 9638829.

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

Color convert

RGB 173 19 147 -
CMYK 0 0.89 0.15 0.32
HSL 310.13º 0.8% 0.38% -
HSV(B) 310.13º 0.89% 0.68% -
XYZ 22.73 11.46 28.62 -
YUV 79.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 173 19 147 0 0.89 0.15 0.32 310.13 0.8 0.38
Hex AD 13 93 0 59 F 20 136 50 26
Octal 255 23 223 0 131 17 40 466 120 46
Binary 10101101 10011 10010011 0 1011001 1111 100000 100110110 1010000 100110

Color Harmonies of #AD1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1393

Black with #AD1393

Text Example


Text Example

White with #AD1393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1393; }

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

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

background-color css

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

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

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

border-color css

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

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

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