#AD4484

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

Shades of Medium Red Violet #AD4484

Tints of Medium Red Violet #AD4484

Color information

#AD4484 (or 0xAD4484) is unknown color: approx Medium Red Violet. HEX triplet: AD, 44 and 84. RGB value is (173,68,132). Sum of RGB (Red+Green+Blue) = 173+68+132=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4484 is #52BB7B. Grayscale: #6A6A6A. Windows color (decimal): -5421948 or 8668333. OLE color: 8668333.

HSL color Cylindrical-coordinate representation of color #AD4484: hue angle of 323.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4484 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB17368132-
CMYK00.610.240.32
HSL323.43º43.57%47.25%-
HSV(B)323.43º60.69%67.84%-
XYZ23.4714.6823.43-
YUV106.69142.29175.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=46.38%
G=18.23%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736813200.610.240.32323.4343.5747.25
HexAD448403D18201432c2f
Octal25510420407530405035457
Binary10101101100010010000100011110111000100000101000011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4484; }

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

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

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

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

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

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

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

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