#AD0490

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

Shades of Medium Violet Red #AD0490

Tints of Medium Violet Red #AD0490

Color information

#AD0490 (or 0xAD0490) is unknown color: approx Medium Violet Red. HEX triplet: AD, 04 and 90. RGB value is (173,4,144). Sum of RGB (Red+Green+Blue) = 173+4+144=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0490 is #52FB6F. Grayscale: #464646. Windows color (decimal): -5438320 or 9438381. OLE color: 9438381.

HSL color Cylindrical-coordinate representation of color #AD0490: hue angle of 310.3º 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 #AD0490 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB1734144-
CMYK00.980.170.32
HSL310.3º95.48%34.71%-
HSV(B)310.3º97.69%67.84%-
XYZ22.3110.9827.33-
YUV70.49169.49201.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=53.89%
G=1.25%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173414400.980.170.32310.395.4834.71
HexAD49006211201365f23
Octal25542200142214046613743
Binary101011011001001000001100010100011000001001101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0490; }

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

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

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

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

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

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

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

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