#A7448D

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

Shades of Medium Red Violet #A7448D

Tints of Medium Red Violet #A7448D

Color information

#A7448D (or 0xA7448D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 44 and 8D. RGB value is (167,68,141). Sum of RGB (Red+Green+Blue) = 167+68+141=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7448D is #58BB72. Grayscale: #696969. Windows color (decimal): -5815155 or 9258151. OLE color: 9258151.

HSL color Cylindrical-coordinate representation of color #A7448D: hue angle of 315.76º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7448D is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16768141-
CMYK00.590.160.35
HSL315.76º42.13%46.08%-
HSV(B)315.76º59.28%65.49%-
XYZ22.8114.2726.75-
YUV105.92147.8171.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.41%
GREEN value IS 68 (26.95% from 255) = 18.09%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=44.41%
G=18.09%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676814100.590.160.35315.7642.1346.08
HexA7448D03B102313c2a2e
Octal24710421507320434745256
Binary10100111100010010001101011101110000100011100111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7448D; }

 p { color: rgb(167,68,141); }

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

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

 a { background-color: rgb(167,68,141); }

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

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

 span { border-color: rgb(167,68,141); }

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