#A4729F

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

Shades of Violet Blue #A4729F

Tints of Violet Blue #A4729F

Color information

#A4729F (or 0xA4729F) is unknown color: approx Violet Blue. HEX triplet: A4, 72 and 9F. RGB value is (164,114,159). Sum of RGB (Red+Green+Blue) = 164+114+159=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4729F is #5B8D60. Grayscale: #858585. Windows color (decimal): -5999969 or 10449572. OLE color: 10449572.

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

Color convert

RGB164114159-
CMYK00.300.030.36
HSL306º21.55%54.51%-
HSV(B)306º30.49%64.31%-
XYZ27.5922.4335.68-
YUV134.08142.06149.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=37.53%
G=26.09%
B=36.38%

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
Decimal16411415900.300.030.3630621.5554.51
HexA4729F01E3241321637
Octal2441622370363444622667
Binary101001001110010100111110111101110010010011001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4729F; }

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

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

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

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

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

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

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

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