Html Css Color HEX #AD1387 Medium Violet Red

📋 copy color: '#AD1387'

red 173 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #AD1387

Tints of Medium Violet Red #AD1387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 52.91%
G = 5.81%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD1387 (or 0xAD1387) is known color: Medium Violet Red. HEX triplet: AD, 13 and 87. RGB value is (173,19,135). Sum of RGB (Red+Green+Blue) = 173+19+135=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1387 is #52EC78. Grayscale: #4D4D4D. Windows color (decimal): -5434489 or 8852397. OLE color: 8852397.

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

Color convert

RGB 173 19 135 -
CMYK 0 0.89 0.22 0.32
HSL 314.81º 0.8% 0.38% -
HSV(B) 314.81º 0.89% 0.68% -
XYZ 21.84 11.1 23.91 -
YUV 78.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 173 19 135 0 0.89 0.22 0.32 314.81 0.8 0.38
Hex AD 13 87 0 59 16 20 13B 50 26
Octal 255 23 207 0 131 26 40 473 120 46
Binary 10101101 10011 10000111 0 1011001 10110 100000 100111011 1010000 100110

Color Harmonies of #AD1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1387

Black with #AD1387

Text Example


Text Example

White with #AD1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1387; }

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

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

background-color css

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

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

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

border-color css

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

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

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