#AD448E

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

Shades of Medium Red Violet #AD448E

Tints of Medium Red Violet #AD448E

Color information

#AD448E (or 0xAD448E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 44 and 8E. RGB value is (173,68,142). Sum of RGB (Red+Green+Blue) = 173+68+142=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD448E is #52BB71. Grayscale: #6B6B6B. Windows color (decimal): -5421938 or 9323693. OLE color: 9323693.

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

Color convert

RGB17368142-
CMYK00.610.180.32
HSL317.71º43.57%47.25%-
HSV(B)317.71º60.69%67.84%-
XYZ24.1814.9727.21-
YUV107.83147.29174.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=45.17%
G=17.75%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736814200.610.180.32317.7143.5747.25
HexAD448E03D122013e2c2f
Octal25510421607522404765457
Binary10101101100010010001110011110110010100000100111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD448E; }

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

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

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

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

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

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

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

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