Html Css Color HEX #AD1D82 Medium Red Violet

📋 copy color: '#AD1D82'

red 173 ◦ green 29 ◦ blue 130

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

Shades of Medium Red Violet #AD1D82

Tints of Medium Red Violet #AD1D82

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.73%

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

R = 52.11%
G = 8.73%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD1D82 (or 0xAD1D82) is known color: Medium Red Violet. HEX triplet: AD, 1D and 82. RGB value is (173,29,130). Sum of RGB (Red+Green+Blue) = 173+29+130=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D82 is #52E27D. Grayscale: #535353. Windows color (decimal): -5431934 or 8527277. OLE color: 8527277.

HSL color Cylindrical-coordinate representation of color #AD1D82: hue angle of 317.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D82 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 29 130 -
CMYK 0 0.83 0.25 0.32
HSL 317.92º 0.71% 0.4% -
HSV(B) 317.92º 0.83% 0.68% -
XYZ 21.7 11.37 22.17 -
YUV 83.57 154.21 191.79 -
System Red Green Blue C M Y K H S L
Decimal 173 29 130 0 0.83 0.25 0.32 317.92 0.71 0.4
Hex AD 1D 82 0 53 19 20 13E 47 28
Octal 255 35 202 0 123 31 40 476 107 50
Binary 10101101 11101 10000010 0 1010011 11001 100000 100111110 1000111 101000

Color Harmonies of #AD1D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D82

Black with #AD1D82

Text Example


Text Example

White with #AD1D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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