#A3649A

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

Shades of Violet Blue #A3649A

Tints of Violet Blue #A3649A

Color information

#A3649A (or 0xA3649A) is unknown color: approx Violet Blue. HEX triplet: A3, 64 and 9A. RGB value is (163,100,154). Sum of RGB (Red+Green+Blue) = 163+100+154=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3649A is #5C9B65. Grayscale: #7C7C7C. Windows color (decimal): -6069094 or 10118307. OLE color: 10118307.

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

Color convert

RGB163100154-
CMYK00.390.060.36
HSL308.57º25.51%51.57%-
HSV(B)308.57º38.65%63.92%-
XYZ25.4919.2332.94-
YUV124.99144.37155.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=39.09%
G=23.98%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310015400.390.060.36308.5725.5151.57
HexA3649A0276241351a34
Octal2431442320476444653264
Binary10100011110010010011010010011111010010010011010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3649A; }

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

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

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

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

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

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

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

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