#AD0481

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

Shades of Medium Violet Red #AD0481

Tints of Medium Violet Red #AD0481

Color information

#AD0481 (or 0xAD0481) is unknown color: approx Medium Violet Red. HEX triplet: AD, 04 and 81. RGB value is (173,4,129). Sum of RGB (Red+Green+Blue) = 173+4+129=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0481 is #52FB7E. Grayscale: #444444. Windows color (decimal): -5438335 or 8455341. OLE color: 8455341.

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

Color convert

RGB1734129-
CMYK00.980.250.32
HSL315.62º95.48%34.71%-
HSV(B)315.62º97.69%67.84%-
XYZ21.2410.5621.69-
YUV68.78161.99202.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=56.54%
G=1.31%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173412900.980.250.32315.6295.4834.71
HexAD481062192013c5f23
Octal25542010142314047413743
Binary101011011001000000101100010110011000001001111001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0481; }

 p { color: rgb(173,4,129); }

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

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

 a { background-color: rgb(173,4,129); }

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

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

 span { border-color: rgb(173,4,129); }

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