#A7388A

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

Shades of Medium Red Violet #A7388A

Tints of Medium Red Violet #A7388A

Color information

#A7388A (or 0xA7388A) is unknown color: approx Medium Red Violet. HEX triplet: A7, 38 and 8A. RGB value is (167,56,138). Sum of RGB (Red+Green+Blue) = 167+56+138=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7388A is #58C775. Grayscale: #626262. Windows color (decimal): -5818230 or 9058471. OLE color: 9058471.

HSL color Cylindrical-coordinate representation of color #A7388A: hue angle of 315.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7388A is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16756138-
CMYK00.660.170.35
HSL315.68º49.78%43.73%-
HSV(B)315.68º66.47%65.49%-
XYZ21.9412.8825.37-
YUV98.54150.27176.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=46.26%
G=15.51%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675613800.660.170.35315.6849.7843.73
HexA7388A042112313c322c
Octal24770212010221434746254
Binary10100111111000100010100100001010001100011100111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7388A; }

 p { color: rgb(167,56,138); }

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

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

 a { background-color: rgb(167,56,138); }

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

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

 span { border-color: rgb(167,56,138); }

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