#A3659A

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

Shades of Violet Blue #A3659A

Tints of Violet Blue #A3659A

Color information

#A3659A (or 0xA3659A) is unknown color: approx Violet Blue. HEX triplet: A3, 65 and 9A. RGB value is (163,101,154). Sum of RGB (Red+Green+Blue) = 163+101+154=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3659A is #5C9A65. Grayscale: #7D7D7D. Windows color (decimal): -6068838 or 10118563. OLE color: 10118563.

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

Color convert

RGB163101154-
CMYK00.380.060.36
HSL308.71º25.2%51.76%-
HSV(B)308.71º38.04%63.92%-
XYZ25.5919.4332.97-
YUV125.58144.04154.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=39.00%
G=24.16%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310115400.380.060.36308.7125.251.76
HexA3659A0266241351934
Octal2431452320466444653164
Binary10100011110010110011010010011011010010010011010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3659A; }

 p { color: rgb(163,101,154); }

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

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

 a { background-color: rgb(163,101,154); }

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

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

 span { border-color: rgb(163,101,154); }

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