Html Css Color HEX #AD1180 Medium Violet Red

📋 copy color: '#AD1180'

red 173 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #AD1180

Tints of Medium Violet Red #AD1180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

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

R = 54.4%
G = 5.35%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD1180 (or 0xAD1180) is known color: Medium Violet Red. HEX triplet: AD, 11 and 80. RGB value is (173,17,128). Sum of RGB (Red+Green+Blue) = 173+17+128=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1180 is #52EE7F. Grayscale: #4C4C4C. Windows color (decimal): -5435008 or 8393133. OLE color: 8393133.

HSL color Cylindrical-coordinate representation of color #AD1180: hue angle of 317.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1180 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 128 -
CMYK 0 0.90 0.26 0.32
HSL 317.31º 0.82% 0.37% -
HSV(B) 317.31º 0.9% 0.68% -
XYZ 21.33 10.84 21.39 -
YUV 76.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 173 17 128 0 0.90 0.26 0.32 317.31 0.82 0.37
Hex AD 11 80 0 5A 1A 20 13D 52 25
Octal 255 21 200 0 132 32 40 475 122 45
Binary 10101101 10001 10000000 0 1011010 11010 100000 100111101 1010010 100101

Color Harmonies of #AD1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1180

Black with #AD1180

Text Example


Text Example

White with #AD1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1180; }

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

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

background-color css

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

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

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

border-color css

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

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

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