Html Css Color HEX #AD1182 Medium Violet Red

📋 copy color: '#AD1182'

red 173 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #AD1182

Tints of Medium Violet Red #AD1182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.63%

R = 54.06%
G = 5.31%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD1182 (or 0xAD1182) is known color: Medium Violet Red. HEX triplet: AD, 11 and 82. RGB value is (173,17,130). Sum of RGB (Red+Green+Blue) = 173+17+130=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1182 is #52EE7D. Grayscale: #4C4C4C. Windows color (decimal): -5435006 or 8524205. OLE color: 8524205.

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

Color convert

RGB 173 17 130 -
CMYK 0 0.90 0.25 0.32
HSL 316.54º 0.82% 0.37% -
HSV(B) 316.54º 0.9% 0.68% -
XYZ 21.46 10.9 22.09 -
YUV 76.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 173 17 130 0 0.90 0.25 0.32 316.54 0.82 0.37
Hex AD 11 82 0 5A 19 20 13D 52 25
Octal 255 21 202 0 132 31 40 475 122 45
Binary 10101101 10001 10000010 0 1011010 11001 100000 100111101 1010010 100101

Color Harmonies of #AD1182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1182

Black with #AD1182

Text Example


Text Example

White with #AD1182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1182; }

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

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

background-color css

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

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

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

border-color css

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

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

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