#A4739D

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

Shades of Violet Blue #A4739D

Tints of Violet Blue #A4739D

Color information

#A4739D (or 0xA4739D) is unknown color: approx Violet Blue. HEX triplet: A4, 73 and 9D. RGB value is (164,115,157). Sum of RGB (Red+Green+Blue) = 164+115+157=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4739D is #5B8C62. Grayscale: #868686. Windows color (decimal): -5999715 or 10318756. OLE color: 10318756.

HSL color Cylindrical-coordinate representation of color #A4739D: hue angle of 308.57º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4739D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164115157-
CMYK00.300.040.36
HSL308.57º21.21%54.71%-
HSV(B)308.57º29.88%64.31%-
XYZ27.5322.5934.81-
YUV134.44140.73149.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=37.61%
G=26.38%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411515700.300.040.36308.5721.2154.71
HexA4739D01E4241351537
Octal2441632350364444652567
Binary1010010011100111001110101111010010010010011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4739D; }

 p { color: rgb(164,115,157); }

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

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

 a { background-color: rgb(164,115,157); }

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

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

 span { border-color: rgb(164,115,157); }

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