#A4719E

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

Shades of Violet Blue #A4719E

Tints of Violet Blue #A4719E

Color information

#A4719E (or 0xA4719E) is unknown color: approx Violet Blue. HEX triplet: A4, 71 and 9E. RGB value is (164,113,158). Sum of RGB (Red+Green+Blue) = 164+113+158=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4719E is #5B8E61. Grayscale: #858585. Windows color (decimal): -6000226 or 10383780. OLE color: 10383780.

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

Color convert

RGB164113158-
CMYK00.310.040.36
HSL307.06º21.89%54.31%-
HSV(B)307.06º31.1%64.31%-
XYZ27.3922.1735.18-
YUV133.38141.9149.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=37.70%
G=25.98%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411315800.310.040.36307.0621.8954.31
HexA4719E01F4241331636
Octal2441612360374444632666
Binary1010010011100011001111001111110010010010011001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4719E; }

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

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

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

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

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

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

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

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