#A4659E

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

Shades of Violet Blue #A4659E

Tints of Violet Blue #A4659E

Color information

#A4659E (or 0xA4659E) is unknown color: approx Violet Blue. HEX triplet: A4, 65 and 9E. RGB value is (164,101,158). Sum of RGB (Red+Green+Blue) = 164+101+158=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4659E is #5B9A61. Grayscale: #7E7E7E. Windows color (decimal): -6003298 or 10380708. OLE color: 10380708.

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

Color convert

RGB164101158-
CMYK00.380.040.36
HSL305.71º25.71%51.96%-
HSV(B)305.71º38.41%64.31%-
XYZ26.1419.6734.77-
YUV126.34145.87154.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=38.77%
G=23.88%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410115800.380.040.36305.7125.7151.96
HexA4659E0264241321a34
Octal2441452360464444623264
Binary10100100110010110011110010011010010010010011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4659E; }

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

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

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

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

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

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

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

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