#A2649A

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

Shades of Violet Blue #A2649A

Tints of Violet Blue #A2649A

Color information

#A2649A (or 0xA2649A) is unknown color: approx Violet Blue. HEX triplet: A2, 64 and 9A. RGB value is (162,100,154). Sum of RGB (Red+Green+Blue) = 162+100+154=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2649A is #5D9B65. Grayscale: #7C7C7C. Windows color (decimal): -6134630 or 10118306. OLE color: 10118306.

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

Color convert

RGB162100154-
CMYK00.380.050.36
HSL307.74º25%51.37%-
HSV(B)307.74º38.27%63.53%-
XYZ25.2919.1332.93-
YUV124.69144.54154.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=38.94%
G=24.04%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210015400.380.050.36307.742551.37
HexA2649A0265241341933
Octal2421442320465444643163
Binary10100010110010010011010010011010110010010011010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2649A; }

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

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

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

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

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

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

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

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