Html Css Color HEX #AD1380 Medium Violet Red

📋 copy color: '#AD1380'

red 173 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #AD1380

Tints of Medium Violet Red #AD1380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40%

R = 54.06%
G = 5.94%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD1380 (or 0xAD1380) is known color: Medium Violet Red. HEX triplet: AD, 13 and 80. RGB value is (173,19,128). Sum of RGB (Red+Green+Blue) = 173+19+128=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1380 is #52EC7F. Grayscale: #4D4D4D. Windows color (decimal): -5434496 or 8393645. OLE color: 8393645.

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

Color convert

RGB 173 19 128 -
CMYK 0 0.89 0.26 0.32
HSL 317.53º 0.8% 0.38% -
HSV(B) 317.53º 0.89% 0.68% -
XYZ 21.36 10.91 21.4 -
YUV 77.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 173 19 128 0 0.89 0.26 0.32 317.53 0.8 0.38
Hex AD 13 80 0 59 1A 20 13E 50 26
Octal 255 23 200 0 131 32 40 476 120 46
Binary 10101101 10011 10000000 0 1011001 11010 100000 100111110 1010000 100110

Color Harmonies of #AD1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1380

Black with #AD1380

Text Example


Text Example

White with #AD1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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