#AD4291

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

Shades of Medium Red Violet #AD4291

Tints of Medium Red Violet #AD4291

Color information

#AD4291 (or 0xAD4291) is unknown color: approx Medium Red Violet. HEX triplet: AD, 42 and 91. RGB value is (173,66,145). Sum of RGB (Red+Green+Blue) = 173+66+145=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4291 is #52BD6E. Grayscale: #6A6A6A. Windows color (decimal): -5422447 or 9519789. OLE color: 9519789.

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

Color convert

RGB17366145-
CMYK00.620.160.32
HSL315.7º44.77%46.86%-
HSV(B)315.7º61.85%67.84%-
XYZ24.2914.8328.37-
YUV107149.45175.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=45.05%
G=17.19%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736614500.620.160.32315.744.7746.86
HexAD429103E102013c2d2f
Octal25510222107620404745557
Binary10101101100001010010001011111010000100000100111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4291; }

 p { color: rgb(173,66,145); }

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

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

 a { background-color: rgb(173,66,145); }

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

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

 span { border-color: rgb(173,66,145); }

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