#AD1E84

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

Shades of Medium Red Violet #AD1E84

Tints of Medium Red Violet #AD1E84

Color information

#AD1E84 (or 0xAD1E84) is unknown color: approx Medium Red Violet. HEX triplet: AD, 1E and 84. RGB value is (173,30,132). Sum of RGB (Red+Green+Blue) = 173+30+132=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1E84 is #52E17B. Grayscale: #545454. Windows color (decimal): -5431676 or 8658605. OLE color: 8658605.

HSL color Cylindrical-coordinate representation of color #AD1E84: hue angle of 317.2º degrees, saturation: 0.7, 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 #AD1E84 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB17330132-
CMYK00.830.240.32
HSL317.2º70.44%39.8%-
HSV(B)317.2º82.66%67.84%-
XYZ21.8611.4822.89-
YUV84.38154.88191.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=51.64%
G=8.96%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733013200.830.240.32317.270.4439.8
HexAD1E84053182013d4628
Octal255362040123304047510650
Binary10101101111101000010001010011110001000001001111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E84; }

 p { color: rgb(173,30,132); }

 H1.HeaderClassName
 {
   color: #AD1E84;
 }
 .AnyTagClassName
 {
   color: #AD1E84;
 }
</style>
background-color css

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

 a { background-color: rgb(173,30,132); }

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

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

 span { border-color: rgb(173,30,132); }

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