#A4659F

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

Shades of Violet Blue #A4659F

Tints of Violet Blue #A4659F

Color information

#A4659F (or 0xA4659F) is unknown color: approx Violet Blue. HEX triplet: A4, 65 and 9F. RGB value is (164,101,159). Sum of RGB (Red+Green+Blue) = 164+101+159=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4659F is #5B9A60. Grayscale: #7E7E7E. Windows color (decimal): -6003297 or 10446244. OLE color: 10446244.

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

Color convert

RGB164101159-
CMYK00.380.030.36
HSL304.76º25.71%51.96%-
HSV(B)304.76º38.41%64.31%-
XYZ26.2219.735.22-
YUV126.45146.37154.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=38.68%
G=23.82%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410115900.380.030.36304.7625.7151.96
HexA4659F0263241311a34
Octal2441452370463444613264
Binary1010010011001011001111101001101110010010011000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4659F; }

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

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

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

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

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

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

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

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