#A4739F

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

Shades of Violet Blue #A4739F

Tints of Violet Blue #A4739F

Color information

#A4739F (or 0xA4739F) is unknown color: approx Violet Blue. HEX triplet: A4, 73 and 9F. RGB value is (164,115,159). Sum of RGB (Red+Green+Blue) = 164+115+159=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4739F is #5B8C60. Grayscale: #868686. Windows color (decimal): -5999713 or 10449828. OLE color: 10449828.

HSL color Cylindrical-coordinate representation of color #A4739F: hue angle of 306.12º 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 #A4739F is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164115159-
CMYK00.300.030.36
HSL306.12º21.21%54.71%-
HSV(B)306.12º29.88%64.31%-
XYZ27.722.6635.71-
YUV134.67141.73148.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=37.44%
G=26.26%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411515900.300.030.36306.1221.2154.71
HexA4739F01E3241321537
Octal2441632370363444622567
Binary101001001110011100111110111101110010010011001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4739F; }

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

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

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

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

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

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

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

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