#A4719F

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

Shades of Violet Blue #A4719F

Tints of Violet Blue #A4719F

Color information

#A4719F (or 0xA4719F) is unknown color: approx Violet Blue. HEX triplet: A4, 71 and 9F. RGB value is (164,113,159). Sum of RGB (Red+Green+Blue) = 164+113+159=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4719F is #5B8E60. Grayscale: #858585. Windows color (decimal): -6000225 or 10449316. OLE color: 10449316.

HSL color Cylindrical-coordinate representation of color #A4719F: hue angle of 305.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4719F is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164113159-
CMYK00.310.030.36
HSL305.88º21.89%54.31%-
HSV(B)305.88º31.1%64.31%-
XYZ27.4722.2135.64-
YUV133.49142.4149.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=37.61%
G=25.92%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411315900.310.030.36305.8821.8954.31
HexA4719F01F3241321636
Octal2441612370373444622666
Binary101001001110001100111110111111110010010011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4719F; }

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

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

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

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

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

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

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

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