#A7448C

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

Shades of Medium Red Violet #A7448C

Tints of Medium Red Violet #A7448C

Color information

#A7448C (or 0xA7448C) is unknown color: approx Medium Red Violet. HEX triplet: A7, 44 and 8C. RGB value is (167,68,140). Sum of RGB (Red+Green+Blue) = 167+68+140=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7448C is #58BB73. Grayscale: #696969. Windows color (decimal): -5815156 or 9192615. OLE color: 9192615.

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

Color convert

RGB16768140-
CMYK00.590.160.35
HSL316.36º42.13%46.08%-
HSV(B)316.36º59.28%65.49%-
XYZ22.7414.2426.36-
YUV105.81147.3171.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=44.53%
G=18.13%
B=37.33%

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
Decimal1676814000.590.160.35316.3642.1346.08
HexA7448C03B102313c2a2e
Octal24710421407320434745256
Binary10100111100010010001100011101110000100011100111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7448C; }

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

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

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

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

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

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

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

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