#A7448F

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

Shades of Medium Red Violet #A7448F

Tints of Medium Red Violet #A7448F

Color information

#A7448F (or 0xA7448F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 44 and 8F. RGB value is (167,68,143). Sum of RGB (Red+Green+Blue) = 167+68+143=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7448F is #58BB70. Grayscale: #696969. Windows color (decimal): -5815153 or 9389223. OLE color: 9389223.

HSL color Cylindrical-coordinate representation of color #A7448F: hue angle of 314.55º 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 #A7448F is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16768143-
CMYK00.590.140.35
HSL314.55º42.13%46.08%-
HSV(B)314.55º59.28%65.49%-
XYZ22.9614.3327.54-
YUV106.15148.8171.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 143 (56.25% from 255) = 37.83%
R=44.18%
G=17.99%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676814300.590.140.35314.5542.1346.08
HexA7448F03BE2313b2a2e
Octal24710421707316434735256
Binary1010011110001001000111101110111110100011100111011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7448F; }

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

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

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

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

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

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

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

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