#AD1D82

Color #AD1D82 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AD1D82

Tints of Medium Red Violet #AD1D82

Color information

#AD1D82 (or 0xAD1D82) is unknown color: approx 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

RGB17329130-
CMYK00.830.250.32
HSL317.92º71.29%39.61%-
HSV(B)317.92º83.24%67.84%-
XYZ21.711.3722.17-
YUV83.57154.21191.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732913000.830.250.32317.9271.2939.61
HexAD1D82053192013e4728
Octal255352020123314047610750
Binary10101101111011000001001010011110011000001001111101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>